#include <OnixS/CME/MDH/BookManagement.h>
Public Member Functions | |
BboThreshold (const SettingGroup *group=nullptr) | |
BboThreshold (const BboThreshold &other) | |
~BboThreshold () | |
bool | enabled () const |
BboThreshold & | enabled (bool value) |
const Decimal & | threshold () const |
BboThreshold & | threshold (const Decimal &value) |
BboThreshold & | operator= (const BboThreshold &other) |
Protected Member Functions | |
const SettingGroup & | group () const |
void | assignNoControl (const BboThreshold &other) |
Friends | |
class | MboBboTracking |
class | ImpliedBboTracking |
class | DirectBboTracking |
Definition at line 44 of file BookManagement.h.
|
inline |
Initializes BBO attribute (price, qty, etc) tracking.
Optional setting group instance allows binding the given set of settings to a particular group of settings.
Definition at line 51 of file BookManagement.h.
|
inline |
Initializes as a copy of the other one.
Attributes controlling value assignment aren't cloned and thus only settings are copied.
Definition at line 64 of file BookManagement.h.
|
inline |
Finalizes the group.
Definition at line 72 of file BookManagement.h.
|
inlineprotected |
Re-initializes the instance as a copy of the other one and bypassing assignment control.
Definition at line 140 of file BookManagement.h.
|
inline |
Indicates whether tracking is enabled.
Definition at line 75 of file BookManagement.h.
|
inline |
Indicates whether tracking is enabled.
Definition at line 81 of file BookManagement.h.
|
inlineprotected |
Instance of a group which the given set of settings belongs to.
Definition at line 133 of file BookManagement.h.
|
inline |
Re-initializes as a copy of the other one.
Attributes controlling value assignment aren't cloned and thus only settings are copied.
Definition at line 114 of file BookManagement.h.
|
inline |
Threshold for the parameter being tracked.
Definition at line 89 of file BookManagement.h.
|
inline |
Updates threshold for the parameter being tracked.
Definition at line 96 of file BookManagement.h.
|
friend |
Lets grouping and value assignment control functioning.
Definition at line 129 of file BookManagement.h.
|
friend |
Lets grouping and value assignment control functioning.
Definition at line 126 of file BookManagement.h.
|
friend |
Lets grouping and value assignment control functioning.
Definition at line 123 of file BookManagement.h.