Ejemplo n.º 1
0
 public void SetUp()
 {
     _quoteCashService.ConsumeEvent(this,
                                    new BestPriceChangeEventArgs(new InstrumentBidAskPair
     {
         Instrument = "EURUSD",
         Date       = DateTime.Now,
         Bid        = 1.04M,
         Ask        = 1.1M
     }));
 }