#include <OnixS/CME/MDH/SessionSettings.h>
Public Member Functions | |
AccuratePreopeningMbpSession () | |
![]() | |
AccuratePreopeningSession () | |
![]() | |
SessionSettings (SettingChangeController *controller=NULL) | |
SessionSettings (const SessionSettings &other) | |
~SessionSettings () | |
JoinRecoveryOptions::Enum | joinRecovery () const |
SessionSettings & | joinRecovery (JoinRecoveryOptions::Enum recovery) |
GapAndErrorHandlingOptions::Enum | gapAndErrorHandling () const |
SessionSettings & | gapAndErrorHandling (GapAndErrorHandlingOptions::Enum handling) |
InstrumentRecoveryOptions::Enum | instrumentRecovery () const |
SessionSettings & | instrumentRecovery (InstrumentRecoveryOptions::Enum recovery) |
MarketRecoveryOptions::Enum | marketRecovery () const |
SessionSettings & | marketRecovery (MarketRecoveryOptions::Enum recovery) |
SessionSettings & | operator= (const SessionSettings &other) |
![]() | |
SettingGroup (SettingChangeController *controller=NULL) | |
~SettingGroup () | |
template<class Assignee , class Value > | |
void | controlAssignment (const Char *description, Assignee &assignee, Value value) const |
template<class Changeable > | |
void | controlChange (const Char *description, void(Changeable::*change)(), Changeable &changeable) const |
template<class Change , class Changeable , class Arg > | |
void | controlChange (const Char *description, Change change, Changeable &changeable, const Arg &arg) const |
template<class Change , class Changeable , class Arg1 , class Arg2 > | |
void | controlChange (const Char *description, Change change, Changeable &changeable, const Arg1 &arg1, const Arg2 &arg2) const |
Additional Inherited Members | |
![]() | |
static ONIXS_CMEMDH_EXPORTED const SettingGroup & | null () |
![]() | |
const SettingGroup & | group () const |
void | assignNoControl (const SessionSettings &other) |
Settings for session with accurate book maintenance and considering market data processing is started from the beginning of weekly session. Market recovery is limited to recovery market by price books only.
Definition at line 1061 of file SessionSettings.h.
|
inline |
Configures session settings according to specialization.
Definition at line 1067 of file SessionSettings.h.