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