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

Public Member Functions

 LoggedSessionSettings ()
bool replace () const
void replace (bool value)
Public Member Functions inherited from SessionSettings
 SessionSettings ()
 ~SessionSettings ()
GapAndErrorHandlingOptions::Enum gapAndErrorHandling () const
void gapAndErrorHandling (GapAndErrorHandlingOptions::Enum handling)

Detailed Description

Definition at line 32 of file Replay.h.

Constructor & Destructor Documentation

◆ LoggedSessionSettings()

Initializes instance with default values for each of the parameters.

Definition at line 39 of file Replay.h.

Member Function Documentation

◆ replace() [1/2]

bool replace ( ) const
inline

Indicates whether session settings detected from log file to be replayed have to be replaced with settings stored by given instance.

Definition at line 47 of file Replay.h.

◆ replace() [2/2]

void replace ( bool value)
inline

Specifies whether session settings detected from log file to be replayed have to be replaced with settings stored by given instance.

Definition at line 56 of file Replay.h.