#include <OnixS/CME/MDH/BookManagement.h>
Public Member Functions | |
ImpliedBboTracking (const SettingGroup *group=nullptr) | |
ImpliedBboTracking (const ImpliedBboTracking &other) | |
~ImpliedBboTracking () | |
const BboThreshold & | price () const |
BboThreshold & | price () |
const BboThreshold & | quantity () const |
BboThreshold & | quantity () |
bool | enabled () const |
bool | exceeded (const ImpliedPriceLevel &previous, const ImpliedPriceLevel ¤t) const |
ImpliedBboTracking & | operator= (const ImpliedBboTracking &other) |
Protected Member Functions | |
const SettingGroup & | group () const |
void | assignNoControl (const ImpliedBboTracking &other) |
Friends | |
template<class > | |
class | BaseBookManagement |
Definition at line 261 of file BookManagement.h.
|
inline |
Initializes tracking with optional grouping facilities.
Definition at line 266 of file BookManagement.h.
|
inline |
Initializes the instance as a copy of the other one.
Attributes controlling value assignment aren't cloned and thus only settings are copied.
Definition at line 278 of file BookManagement.h.
|
inline |
Finalizes the instance.
Definition at line 285 of file BookManagement.h.
|
inlineprotected |
Re-initializes as a copy of the other instance without involving value assignment control services.
Definition at line 354 of file BookManagement.h.
|
inline |
Indicates whether tracking enabled at all.
Definition at line 312 of file BookManagement.h.
|
inline |
Checks whether any of thresholds is exceeded.
Definition at line 318 of file BookManagement.h.
|
inlineprotected |
Instance of the group of setting which the given set of settings belongs to.
Definition at line 347 of file BookManagement.h.
|
inline |
Re-initializes the instance as a copy of the other one.
Attributes controlling value assignment aren't cloned and thus only settings are copied.
Definition at line 333 of file BookManagement.h.
|
inline |
Price tracking attributes.
Definition at line 288 of file BookManagement.h.
|
inline |
Price tracking attributes.
Definition at line 294 of file BookManagement.h.
|
inline |
Quantity tracking attributes.
Definition at line 300 of file BookManagement.h.
|
inline |
Quantity tracking attributes.
Definition at line 306 of file BookManagement.h.
|
friend |
Lets grouping and value assignment control functioning.
Definition at line 343 of file BookManagement.h.