#include <OnixS/CME/MDH/SessionSettings.h>
Public Types | |
| enum | Enum |
| typedef Messaging::UInt32 | Base |
Defines type of recovery to be done by Handler at the time it joins market.
Definition at line 32 of file SessionSettings.h.
| typedef Messaging::UInt32 Base |
Integral type serving as basement for given enumeration.
Definition at line 36 of file SessionSettings.h.
| 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.