Ejemplo n.º 1
0
 public void tickByTickAllLast(int reqId, int tickType, long time, double price, int size, TickAttribLast tickAttriblast, string exchange, string specialConditions)
 {
     TickByTickAllLast?.Invoke(new TickByTickAllLastMessage(reqId, tickType, time, price, size, tickAttriblast, exchange, specialConditions));
 }
 public void tickByTickAllLast(int reqId, int tickType, long time, double price, int size, TickAttrib attribs, string exchange,
                               string specialConditions)
 {
     TickByTickAllLast.RaiseEvent(this, new TickByTickAllLastEventArgs(reqId, tickType, time, price, size, attribs, exchange, specialConditions));
 }