Ejemplo n.º 1
0
 public void tickByTickBidAsk(int reqId, long time, double bidPrice, double askPrice, int bidSize, int askSize, TickAttribBidAsk tickAttribBidAsk)
 {
     TickByTickBidAsk?.Invoke(new TickByTickBidAskMessage(reqId, time, bidPrice, askPrice, bidSize, askSize, tickAttribBidAsk));
 }
 public void tickByTickBidAsk(int reqId, long time, double bidPrice, double askPrice, int bidSize, int askSize,
                              TickAttrib attribs)
 {
     TickByTickBidAsk.RaiseEvent(this, new TickByTickBidAskEventArgs(reqId, time, bidPrice, askPrice, bidSize, askSize, attribs));
 }