OnixS C++ CME MDP Conflated UDP Handler  1.1.2
API documentation
JoinRecoveryOptions Struct Reference

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

Public Types

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

Detailed Description

Defines type of recovery to be done by Handler at the time it joins market.

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 37 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 41 of file SessionSettings.h.


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