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