Exemple #1
0
        public Session()
        {
            spread = new Spread();
            instrumentA = new Instrument();
            instrumentB = new Instrument();

            instruments = new List<Instrument>();
            instruments.Add(instrumentA);
            instruments.Add(instrumentB);
        }
Exemple #2
0
 public InstrumentProc(Instrument instrument)
 {
     this.instrument = instrument;
 }