OnixS Xetra MDI Market Data Handler for C++  1.0.0.0
Public Member Functions | Public Attributes | List of all members
ReplayOptions Struct Reference

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...
 
ReplayListenerlistener
 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.
 

Detailed Description

Defines ONIXS_XETRA_MDI_API which affect logs replay.

Constructor & Destructor Documentation

ReplayOptions ( const std::string &  logsRoot)

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

Member Data Documentation

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.

Note
Ability to control log replay rate. The default value is 0 milliseconds.