OnixS C++ CME MDP Premium Market Data Handler 5.9.0
API Documentation
Loading...
Searching...
No Matches
JoinRecoveryOptions Struct Reference

Public Types

enum  Enum
typedef UInt32 Base

Detailed Description

Definition at line 32 of file SessionSettings.h.

Member Typedef Documentation

◆ Base

typedef UInt32 Base

Integral type serving as basement for given enumeration.

Definition at line 36 of file SessionSettings.h.

Member Enumeration Documentation

◆ Enum

enum Enum

Defines type of recovery to be done by Handler while it joins market.

Enumerator
Disabled 

No recovery is to be done at join time.

Handler will switch to real-time data processing immediately.

Instruments 

Instructs Handler to recover instruments before switching to real-time (incremental data) processing.

InstrumentsAndMarketState 

Instructs Handler to perform full recovery (both instruments and market state (books, last trades, statistics, etc)) before switching to real-time (incremental) data processing.

Definition at line 40 of file SessionSettings.h.