#include <OnixS/CME/MDH/BookManagement.h>
Public Member Functions | |
BaseBookManagement (const SettingGroup *group=NULL) | |
BaseBookManagement (const BaseBookManagement &other) | |
~BaseBookManagement () | |
bool | maintain () const |
BaseBookManagement & | maintain (bool value) |
const BboTracking & | bboTracking () const |
BboTracking & | bboTracking () |
BaseBookManagement & | operator= (const BaseBookManagement &other) |
Protected Member Functions | |
const SettingGroup & | group () const |
void | assignNoControl (const BaseBookManagement &other) |
Friends | |
class | BookManagement |
Parameters affecting book management machinery for a particular book type (direct, implied, consolidated).
Definition at line 692 of file BookManagement.h.
|
inline |
Initializes instance with the default values and setting validation facilities enabled.
Definition at line 732 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 744 of file BookManagement.h.
|
inline |
Finalizes the instance.
Definition at line 752 of file BookManagement.h.
|
inlineprotected |
Re-initializes as a copy of the other instance without involving value assignment control services.
Definition at line 718 of file BookManagement.h.
|
inline |
Parameters affecting BBO tracking for books which given settings refer to.
Definition at line 790 of file BookManagement.h.
|
inline |
Parameters affecting BBO tracking for books which given settings refer to.
Definition at line 797 of file BookManagement.h.
|
inlineprotected |
Instance of the group of setting which the given set of settings belongs to.
Definition at line 710 of file BookManagement.h.
|
inline |
Forces to build order book of a particular kind.
Unless parameter is set to 'true', Handler doesn't construct and doesn't process data blocks for the books of given kind. If book isn't built, book snapshot retrieval is not possible.
Definition at line 765 of file BookManagement.h.
|
inline |
Forces Handler to maintain order books.
Definition at line 772 of file BookManagement.h.
|
inline |
Re-initializes the instance as a copy of other one.
Attributes controlling value assignment aren't cloned and thus only settings are copied.
Definition at line 809 of file BookManagement.h.
|
friend |
Lets grouping and value assignment control functioning.
Definition at line 704 of file BookManagement.h.