#include <OnixS/CME/MDH/SessionSettings.h>
Public Member Functions | |
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 |
Protected Member Functions | |
const SettingGroup & | group () const |
void | assignNoControl (const SessionSettings &other) |
Additional Inherited Members | |
![]() | |
static ONIXS_CMEMDH_EXPORTED const SettingGroup & | null () |
Basic set of parameters affecting behavior of the Handler when the market data processing is performed.
Definition at line 446 of file SessionSettings.h.
|
inline |
Initializes parameters with default values.
Definition at line 485 of file SessionSettings.h.
|
inline |
Re-initializes settings as copies of the other ones omitting group belonging.
Definition at line 506 of file SessionSettings.h.
|
inline |
Cleans everything up.
Definition at line 521 of file SessionSettings.h.
|
inlineprotected |
Re-initializes the instance as a copy of the other one and bypassing assignment control.
Definition at line 467 of file SessionSettings.h.
|
inline |
Defines what Handler should do in case of gap in real-time (incremental) data.
Definition at line 559 of file SessionSettings.h.
|
inline |
Defines what Handler should do in case of gap in real-time (incremental) data.
Definition at line 567 of file SessionSettings.h.
|
inlineprotected |
Instance of the group to which the given settings belongs.
Definition at line 459 of file SessionSettings.h.
|
inline |
Indicates how instrument definitions are recovered.
Definition at line 585 of file SessionSettings.h.
|
inline |
Defines how instrument definitions are recovered.
Definition at line 592 of file SessionSettings.h.
|
inline |
Defines aspects of recovery to be done at market join stage.
Definition at line 531 of file SessionSettings.h.
|
inline |
Defines aspects of recovery to be done at market join stage.
Definition at line 539 of file SessionSettings.h.
|
inline |
Defines selected market recovery options.
Definition at line 610 of file SessionSettings.h.
|
inline |
Defines market recovery options.
Definition at line 617 of file SessionSettings.h.
|
inline |
Copies settings from the given instance.
Attributes controlling value assignment aren't cloned and thus only settings' values are copied.
Definition at line 636 of file SessionSettings.h.