OnixS C++ Eurex T7 Market and Reference Data (EMDI, MDI, RDI, EOBI) Handlers 18.2.0
API documentation
Loading...
Searching...
No Matches
X2SpeedReplay Struct Reference

Public Member Functions

 X2SpeedReplay (const std::string &filesRoot, const std::string &filesExtention=".log")
 X2SpeedReplay ()
Public Member Functions inherited from ReplayOptions
 ReplayOptions ()
 ReplayOptions (const std::string &filesRoot, const std::string &filesExtention=".log")

Additional Inherited Members

Public Attributes inherited from ReplayOptions
FilesList logs
ReplayListenerlistener
unsigned int packetReplayDelay
float playSpeedMultiplier
ReplayMode::Enum replayMode

Detailed Description

Definition at line 148 of file Replay.h.

Constructor & Destructor Documentation

◆ X2SpeedReplay() [1/2]

X2SpeedReplay ( const std::string & filesRoot,
const std::string & filesExtention = ".log" )
inlineexplicit

Initializes with all the files which are available and stored in a given folder.

Definition at line 193 of file Replay.h.

◆ X2SpeedReplay() [2/2]

X2SpeedReplay ( )
inline

Initializes instance with default values.

Definition at line 202 of file Replay.h.