#include <OnixS/CME/ConflatedUDP/BookManagement.h>
Public Member Functions | |
DirectBboTracking (const SettingGroup *group=NULL) | |
DirectBboTracking (const DirectBboTracking &other) | |
~DirectBboTracking () | |
const BboThreshold & | price () const |
BboThreshold & | price () |
const BboThreshold & | quantity () const |
BboThreshold & | quantity () |
const BboThreshold & | numberOfOrders () const |
BboThreshold & | numberOfOrders () |
bool | enabled () const |
bool | exceeded (const DirectPriceLevel &previous, const DirectPriceLevel ¤t) const |
DirectBboTracking & | operator= (const DirectBboTracking &other) |
Protected Member Functions | |
const SettingGroup & | group () const |
void | assignNoControl (const DirectBboTracking &other) |
Friends | |
template<class > | |
class | BaseBookManagement |
Definition at line 210 of file BookManagement.h.
|
inline |
Initializes tracking with the optional grouping services enabled.
Definition at line 246 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 260 of file BookManagement.h.
|
inline |
Finalizes the instance.
Definition at line 269 of file BookManagement.h.
|
inlineprotected |
Re-initializes as a copy of the other instance without involving value assignment control services.
Definition at line 235 of file BookManagement.h.
|
inline |
Indicates whether tracking enabled at all.
Definition at line 318 of file BookManagement.h.
|
inline |
Checks whether any of thresholds is exceeded.
Definition at line 331 of file BookManagement.h.
|
inlineprotected |
Instance of the group of setting which the given set of settings belongs to.
Definition at line 227 of file BookManagement.h.
|
inline |
Tracking for order quantity.
Definition at line 304 of file BookManagement.h.
|
inline |
Tracking for order quantity.
Definition at line 311 of file BookManagement.h.
|
inline |
Re-initializes instance as a copy of the other one.
Attributes controlling value assignment aren't cloned and thus only settings are copied.
Definition at line 352 of file BookManagement.h.
|
inline |
Price tracking attributes.
Definition at line 276 of file BookManagement.h.
|
inline |
Price tracking attributes.
Definition at line 282 of file BookManagement.h.
|
inline |
Quantity tracking attributes.
Definition at line 290 of file BookManagement.h.
|
inline |
Quantity tracking attributes.
Definition at line 296 of file BookManagement.h.
|
friend |
Lets grouping and value assignment control functioning.
Definition at line 221 of file BookManagement.h.