public MEETickerTape(MEESUTInterface sut, MEEPriceBoard priceBoard, Date baseTime, Date currentTime ){
this.sut = sut;
this.priceBoard = priceBoard;
batchIndex = 0;
rnd = new EGenRandom( EGenRandom.RNG_SEED_BASE_MEE_TICKER_TAPE);
enabled = true;
this.baseTime = baseTime;
this.currentTime = currentTime;
inTheMoneyLimitOrderQ = new LinkedList<TTickerEntry> ();
Method AddLimitTrigger = null;