public Session() { spread = new Spread(); instrumentA = new Instrument(); instrumentB = new Instrument(); instruments = new List<Instrument>(); instruments.Add(instrumentA); instruments.Add(instrumentB); }
public InstrumentProc(Instrument instrument) { this.instrument = instrument; }