#include <OnixS/CME/MDH/BookManagement.h>
Public Member Functions | |
MboBboTracking (const SettingGroup *group=NULL) | |
MboBboTracking (const MboBboTracking &other) | |
~MboBboTracking () | |
const BboThreshold & | price () const |
BboThreshold & | price () |
bool | enabled () const |
bool | exceeded (const Order &previous, const Order ¤t) const |
MboBboTracking & | operator= (const MboBboTracking &other) |
Protected Member Functions | |
const SettingGroup & | group () const |
void | assignNoControl (const MboBboTracking &other) |
Friends | |
template<class > | |
class | BaseBookManagement |
Definition at line 228 of file BookManagement.h.
|
inline |
Initializes tracking settings with optional grouping services.
Definition at line 260 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' values are copied.
Definition at line 270 of file BookManagement.h.
|
inline |
Finalizes the instance.
Definition at line 277 of file BookManagement.h.
|
inlineprotected |
Re-initializes as a copy of the other instance without involving value assignment control services.
Definition at line 249 of file BookManagement.h.
|
inline |
Indicates whether tracking enabled at all.
Definition at line 297 of file BookManagement.h.
Checks whether any of thresholds is exceeded.
Definition at line 306 of file BookManagement.h.
|
inlineprotected |
Instance of the group of setting which the given set of settings belongs to.
Definition at line 241 of file BookManagement.h.
|
inline |
Re-initializes the instance as a copy of the other one.
Definition at line 326 of file BookManagement.h.
|
inline |
Price tracking attributes.
Definition at line 284 of file BookManagement.h.
|
inline |
Price tracking attributes.
Definition at line 290 of file BookManagement.h.
|
friend |
Lets grouping and value assignment control functioning.
Definition at line 235 of file BookManagement.h.