OnixS C++ CME MDP Premium Market Data Handler  5.8.3
API Documentation
JoinRecoveryOptions Struct Reference

#include <OnixS/CME/MDH/SessionSettings.h>

Public Types

enum  Enum { Disabled, Instruments, InstrumentsAndMarketState }
 
typedef UInt32 Base
 

Detailed Description

Definition at line 32 of file SessionSettings.h.

Member Typedef Documentation

typedef UInt32 Base

Integral type serving as basement for given enumeration.

Definition at line 36 of file SessionSettings.h.

Member Enumeration Documentation

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.


The documentation for this struct was generated from the following file: