Class FeedLocalReplayExample.Iterator
java.lang.Object
com.illumon.iris.db.tables.streaming.samples.FeedLocalReplayExample.Iterator
- All Implemented Interfaces:
StatusObserver.Listener
- Enclosing class:
- FeedLocalReplayExample
public static class FeedLocalReplayExample.Iterator
extends Object
implements StatusObserver.Listener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
onData
(DBDateTime dateTime, double bid, double ask, int bidSize, int askSize, String ticker) boolean
onData
(DBDateTime dateTime, int size, double price, String ticker) void
onDone()
-
Constructor Details
-
Iterator
public Iterator()
-
-
Method Details
-
onData
public boolean onData(DBDateTime dateTime, double bid, double ask, int bidSize, int askSize, String ticker) -
onData
-
onDone
public void onDone()- Specified by:
onDone
in interfaceStatusObserver.Listener
-