OnixS C++ eSpeed ITCH Market Data Handler 1.7.3
API documentation
Loading...
Searching...
No Matches
ReplayListener Class Referenceabstract

Public Member Functions

virtual void onReplayError (const std::string &errorDescription)=0
virtual void onReplayFinished ()=0

Protected Member Functions

virtual ~ReplayListener ()

Detailed Description

Definition at line 36 of file Replay.h.

Constructor & Destructor Documentation

◆ ~ReplayListener()

virtual ~ReplayListener ( )
protectedvirtual

Deletion is not supposed through interface of this class.

Member Function Documentation

◆ onReplayError()

virtual void onReplayError ( const std::string & errorDescription)
pure virtual

Is called once error occurs while replaying logs.

◆ onReplayFinished()

virtual void onReplayFinished ( )
pure virtual

Is called once all the logs are replayed.