com.activequant.backtesting
Class TradingTimeStreamIterator

java.lang.Object
  extended by com.activequant.tools.streaming.StreamEventIterator<TimeStreamEvent>
      extended by com.activequant.backtesting.TradingTimeStreamIterator
All Implemented Interfaces:
Iterator<StreamEvent>

public class TradingTimeStreamIterator
extends StreamEventIterator<TimeStreamEvent>


Constructor Summary
TradingTimeStreamIterator(TimeStamp startTime, TimeStamp endTime, long stepWidthInNanoS)
           
 
Method Summary
 boolean hasNext()
           
 TimeStreamEvent next()
           
 
Methods inherited from class com.activequant.tools.streaming.StreamEventIterator
remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TradingTimeStreamIterator

public TradingTimeStreamIterator(TimeStamp startTime,
                                 TimeStamp endTime,
                                 long stepWidthInNanoS)
Method Detail

hasNext

public boolean hasNext()

next

public TimeStreamEvent next()


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.