OnixS Borsa Italiana IDEM SOLA HSVF Market Data Handler for C++  1.1.2.0
Public Member Functions | Public Attributes | List of all members
ReplayOptions Struct Reference

Defines ReplayOptions 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...
 
unsigned int packetReplayDelay
 Specifies the time delay (milliseconds) between replayed packets. More...
 

Detailed Description

Defines ReplayOptions 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.