#include <OnixS/eSpeed/MarketData/Itch/Replay.h>
Public Member Functions | |
virtual void | onReplayError (const std::string &errorDescription)=0 |
virtual void | onReplayFinished ()=0 |
Protected Member Functions | |
virtual | ~ReplayListener () |
|
protectedvirtual |
Deletion is not supposed through interface of this class.
|
pure virtual |
Is called once error occurs while replaying logs.
|
pure virtual |
Is called once all the logs are replayed.