com.activequant.backtesting
Class TradingTimeStreamIterator
java.lang.Object
com.activequant.tools.streaming.StreamEventIterator<TimeStreamEvent>
com.activequant.backtesting.TradingTimeStreamIterator
- All Implemented Interfaces:
- Iterator<StreamEvent>
public class TradingTimeStreamIterator
- extends StreamEventIterator<TimeStreamEvent>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TradingTimeStreamIterator
public TradingTimeStreamIterator(TimeStamp startTime,
TimeStamp endTime,
long stepWidthInNanoS)
hasNext
public boolean hasNext()
next
public TimeStreamEvent next()
Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.