#include <OnixS/CME/ConflatedUDP/BookManagement.h>
Public Member Functions | |
BookManagement (SettingAssignController *controller=NULL) | |
BookManagement (const BookManagement &other) | |
~BookManagement () | |
const DirectBookManagement & | directBooks () const |
DirectBookManagement & | directBooks () |
BookUpdateNotification::Enum | updateNotification () const |
void | updateNotification (BookUpdateNotification::Enum value) |
BookManagement & | operator= (const BookManagement &other) |
Public Member Functions inherited from SettingGroup | |
SettingGroup (SettingAssignController *controller=NULL) | |
~SettingGroup () | |
template<class Assignee , class Value > | |
void | controlAssignment (const Char *description, Assignee &assignee, Value value) const |
template<class Assignee , class Value , class AssignRoutine > | |
void | controlAssignment (const Char *description, AssignRoutine routine, Assignee &assignee, const Value &value) const |
Friends | |
class | HandlerSettings |
Additional Inherited Members | |
Static Public Member Functions inherited from SettingGroup | |
static ONIXS_CONFLATEDUDP_EXPORTED const SettingGroup & | null () |
Definition at line 721 of file BookManagement.h.
|
inline |
Initializes instance with default values.
Definition at line 760 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 777 of file BookManagement.h.
|
inline |
Definition at line 788 of file BookManagement.h.
|
inline |
Management and tracking parameters for direct books.
Definition at line 795 of file BookManagement.h.
|
inline |
Management and tracking parameters for direct books.
Definition at line 802 of file BookManagement.h.
|
inline |
Copies settings from the given instance.
Attributes controlling value assignment aren't cloned and thus only settings' values are copied.
Definition at line 835 of file BookManagement.h.
|
inline |
Defines the way Handler raises onBookUpdated callbacks.
Definition at line 811 of file BookManagement.h.
|
inline |
Defines the way Handler raises order book update event.
Definition at line 818 of file BookManagement.h.
|
friend |
Definition at line 726 of file BookManagement.h.