public HistoricalTickLast(long time, TickAttribLast tickAttribLast, double price, long size, string exchange, string specialConditions)
 {
     Time              = time;
     TickAttribLast    = tickAttribLast;
     Price             = price;
     Size              = size;
     Exchange          = exchange;
     SpecialConditions = specialConditions;
 }
示例#2
0
 void IEWrapper.TickByTickAllLast(int reqId, int tickType, long time, double price, int size, TickAttribLast tickAttribLast, string exchange, string specialConditions)
 {
     OnTickByTickAllLast?.Invoke(new TickByTickAllLastMessage(reqId, tickType, time, price, size, tickAttribLast, exchange, specialConditions));
 }
示例#3
0
 public void TickByTickAllLast(int reqId, int tickType, long time, double price, int size, TickAttribLast tickAttribLast, string exchange, string specialConditions)
 {
 }