OnixS C++ CME MDP Streamlined Market Data Handler 1.2.0
API Documentation
Loading...
Searching...
No Matches
ReplaySettings Class Reference

Public Member Functions

 ReplaySettings ()
const FileListlogs () const
FileListlogs ()
const LoggedSessionSettingssessionSettings () const
LoggedSessionSettingssessionSettings ()

Detailed Description

Definition at line 72 of file Replay.h.

Constructor & Destructor Documentation

◆ ReplaySettings()

ReplaySettings ( )
inline

Initializes instance with default values.

Definition at line 77 of file Replay.h.

Member Function Documentation

◆ logs() [1/2]

FileList & logs ( )
inline

List of instruments logs to be replayed.

Must be stored in 'oldest to recent' order.

Definition at line 90 of file Replay.h.

◆ logs() [2/2]

const FileList & logs ( ) const
inline

List of instruments logs to be replayed.

Must be stored in 'oldest to recent' order.

Definition at line 83 of file Replay.h.

◆ sessionSettings() [1/2]

LoggedSessionSettings & sessionSettings ( )
inline

Settings related with replay of log files produced by older (prior to v4) version of the Handler.

Definition at line 106 of file Replay.h.

◆ sessionSettings() [2/2]

const LoggedSessionSettings & sessionSettings ( ) const
inline

Settings related with replay of log files produced by older (prior to v4) version of the Handler.

Definition at line 99 of file Replay.h.