OnixS C++ FMX UST BIMP Market Data Handler 1.2.0
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 40 of file Replay.h.

Constructor & Destructor Documentation

◆ ~ReplayListener()

virtual ~ReplayListener ( )
inlineprotectedvirtual

Deletion is not supposed through interface of this class.

Definition at line 52 of file Replay.h.

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.