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

#include <OnixS/Eurex/MarketData/Replay.h>

Public Member Functions

 X2SpeedReplay (const std::string &filesRoot, const std::string &filesExtension=".log")
 X2SpeedReplay ()
Public Member Functions inherited from ReplayOptions
 ReplayOptions ()
 ReplayOptions (const std::string &filesRoot, const std::string &filesExtension=".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 149 of file Replay.h.

Constructor & Destructor Documentation

◆ X2SpeedReplay() [1/2]

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

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

Definition at line 194 of file Replay.h.

◆ X2SpeedReplay() [2/2]

X2SpeedReplay ( )
inline

Initializes instance with default values.

Definition at line 203 of file Replay.h.