OnixS C++ CME MDP Conflated UDP Handler  1.1.2
API documentation
BookManagement Class Reference

#include <OnixS/CME/ConflatedUDP/BookManagement.h>

Public Member Functions

 BookManagement (SettingAssignController *controller=NULL)
 
 BookManagement (const BookManagement &other)
 
 ~BookManagement ()
 
const DirectBookManagementdirectBooks () const
 
DirectBookManagementdirectBooks ()
 
BookUpdateNotification::Enum updateNotification () const
 
void updateNotification (BookUpdateNotification::Enum value)
 
BookManagementoperator= (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 SettingGroupnull ()
 

Detailed Description

Definition at line 721 of file BookManagement.h.

Constructor & Destructor Documentation

BookManagement ( SettingAssignController controller = NULL)
inline

Initializes instance with default values.

Definition at line 760 of file BookManagement.h.

BookManagement ( const BookManagement other)
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.

~BookManagement ( )
inline

Definition at line 788 of file BookManagement.h.

Member Function Documentation

const DirectBookManagement& directBooks ( ) const
inline

Management and tracking parameters for direct books.

Definition at line 795 of file BookManagement.h.

DirectBookManagement& directBooks ( )
inline

Management and tracking parameters for direct books.

Definition at line 802 of file BookManagement.h.

BookManagement& operator= ( const BookManagement other)
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.

BookUpdateNotification::Enum updateNotification ( ) const
inline

Defines the way Handler raises onBookUpdated callbacks.

Note
Default is BookUpdateNotification::OnEndOfEvent.

Definition at line 811 of file BookManagement.h.

void updateNotification ( BookUpdateNotification::Enum  value)
inline

Defines the way Handler raises order book update event.

Definition at line 818 of file BookManagement.h.

Friends And Related Function Documentation

friend class HandlerSettings
friend

Definition at line 726 of file BookManagement.h.


The documentation for this class was generated from the following file: