Exemplo n.º 1
0
 void reset()
 {
     tks = new TIFTracker_Ticks();
     tks.SendCancelEvent += new LongDelegate(tks_SendCancelEvent);
     tks.SendDebugEvent += new DebugDelegate(tks_SendDebugEvent);
     tks.SendOrderEvent += new OrderDelegate(tks_SendOrderEvent);
     lasto = new OrderImpl();
     lastcancel = 0;
 }
Exemplo n.º 2
0
 void reset()
 {
     tks = new TIFTracker_Ticks();
     tks.SendCancelEvent += new LongDelegate(tks_SendCancelEvent);
     tks.SendDebugEvent  += new DebugDelegate(tks_SendDebugEvent);
     tks.SendOrderEvent  += new OrderDelegate(tks_SendOrderEvent);
     lasto      = new OrderImpl();
     lastcancel = 0;
 }