Public Member Functions | |
BboThreshold (const SettingGroup *group=NULL) | |
BboThreshold (const BboThreshold &other) | |
~BboThreshold () | |
bool | enabled () const |
void | enabled (bool value) |
const Decimal & | threshold () const |
void | threshold (const Decimal &value) |
BboThreshold & | operator= (const BboThreshold &other) |
Protected Member Functions | |
const SettingGroup & | group () const |
void | assignNoControl (const BboThreshold &other) |
Friends | |
class | DirectBboTracking |
Definition at line 48 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 90 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 103 of file BookManagement.h.
|
inline |
Finalizes the group.
Definition at line 115 of file BookManagement.h.
|
inlineprotected |
Re-initializes the instance as a copy of the other one and bypassing assignment control.
Definition at line 78 of file BookManagement.h.
|
inline |
Indicates whether tracking is enabled.
Definition at line 121 of file BookManagement.h.
|
inline |
Indicates whether tracking is enabled.
Definition at line 128 of file BookManagement.h.
|
inlineprotected |
Instance of a group which the given set of settings belongs to.
Definition at line 70 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 175 of file BookManagement.h.
|
inline |
Threshold for the parameter being tracked.
Definition at line 143 of file BookManagement.h.
|
inline |
Updates threshold for the parameter being tracked.
Definition at line 151 of file BookManagement.h.
|
friend |
Lets grouping and value assignment control functioning.
Definition at line 66 of file BookManagement.h.