#include <OnixS/Eurex/MarketData/Replay.h>
Definition at line 82 of file Replay.h.
◆ ReplayOptions() [1/2]
Initializes instance with default values.
Definition at line 104 of file Replay.h.
◆ ReplayOptions() [2/2]
| ReplayOptions |
( |
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 114 of file Replay.h.
◆ listener
Instance to notify about replay events.
Definition at line 89 of file Replay.h.
◆ logs
List of files to be replayed. Must be stored in 'oldest to recent' order.
Definition at line 86 of file Replay.h.
◆ packetReplayDelay
| unsigned int packetReplayDelay |
Specifies the time delay (milliseconds) between replayed packets.
- Note
- Ability to control replay rate. The default value is 0 milliseconds.
Definition at line 94 of file Replay.h.
◆ playSpeedMultiplier
| float playSpeedMultiplier |
◆ replayMode