Defines ONIXS_XETRA_MDI_API which affect logs replay. More...
Public Member Functions | |
ReplayOptions () | |
Initializes instance with default values. | |
ReplayOptions (const std::string &logsRoot) | |
Initializes with all the logs which are available and are stored in a given folder. More... | |
Public Attributes | |
HandlerLogs | logs |
List of instruments logs to be replayed. More... | |
ReplayListener * | listener |
Instance to notify about replay events. | |
unsigned int | packetReplayDelay |
Specifies the time delay (milliseconds) between replayed packets. More... | |
FeedNames | marketDataFeedNames |
Names of market data feeds to be replayed. | |
Defines ONIXS_XETRA_MDI_API which affect logs replay.
ReplayOptions | ( | const std::string & | logsRoot | ) |
Initializes with all the logs which are available and are stored in a given folder.
HandlerLogs logs |
List of instruments logs to be replayed.
Must be stored in 'oldest to recent' order.
unsigned int packetReplayDelay |
Specifies the time delay (milliseconds) between replayed packets.