Ejemplo n.º 1
0
 void IEWrapper.TickPrice(int tickerId, int field, double price, TickAttrib attribs)
 {
     TickPrice?.Invoke(new TickPriceMessage(tickerId, field, price, attribs));
 }
Ejemplo n.º 2
0
 public virtual void TickPrice(int tickerId, int field, double price, TickAttrib attribs)
 {
 }