Public Member Functions | |
FixedDepthBookManagement (const SettingGroup *group=NULL, Depth defaultDepth=0) | |
FixedDepthBookManagement (const FixedDepthBookManagement &other) | |
~FixedDepthBookManagement () | |
Depth | defaultDepth () const |
void | defaultDepth (Depth value) |
FixedDepthBookManagement & | operator= (const FixedDepthBookManagement &other) |
Public Member Functions inherited from BaseBookManagement< BboTracking > | |
BaseBookManagement (const SettingGroup *group=NULL) | |
BaseBookManagement (const BaseBookManagement &other) | |
~BaseBookManagement () | |
bool | maintain () const |
void | maintain (bool value) |
const BboTracking & | bboTracking () const |
BboTracking & | bboTracking () |
BaseBookManagement & | operator= (const BaseBookManagement &other) |
Friends | |
class | BookManagement |
Additional Inherited Members | |
Protected Member Functions inherited from BaseBookManagement< BboTracking > | |
const SettingGroup & | group () const |
void | assignNoControl (const BaseBookManagement &other) |
Parameters affecting book management machinery for a particular book type (direct).
Definition at line 539 of file BookManagement.h.
|
inline |
Initializes instance with defaults and optional grouping facilities.
Definition at line 580 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 595 of file BookManagement.h.
|
inline |
Finalizes the instance.
Definition at line 608 of file BookManagement.h.
|
inline |
Defines default depth of order book for the security whose definition wasn't received or had no corresponding data.
Definition at line 616 of file BookManagement.h.
|
inline |
Defines default depth of order book for the security whose definition wasn't received or had no corresponding data.
Definition at line 625 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 645 of file BookManagement.h.
|
friend |
Definition at line 551 of file BookManagement.h.