OnixS C++ CME MDP Premium Market Data Handler  5.8.3
API Documentation
BookManagement Class Reference

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

Public Member Functions

 BookManagement (SettingChangeController *controller=nullptr)
 
 BookManagement (const BookManagement &other)
 
 ~BookManagement ()
 
const MboBookManagementmboBooks () const
 
MboBookManagementmboBooks ()
 
const DirectBookManagementdirectBooks () const
 
DirectBookManagementdirectBooks ()
 
const ImpliedBookManagementimpliedBooks () const
 
ImpliedBookManagementimpliedBooks ()
 
const ConsolidatedBookManagementconsolidatedBooks () const
 
ConsolidatedBookManagementconsolidatedBooks ()
 
BookUpdateNotification::Enum updateNotification () const
 
BookManagementupdateNotification (BookUpdateNotification::Enum value)
 
BookManagementoperator= (const BookManagement &other)
 
- Public Member Functions inherited from SettingGroup
 SettingGroup (SettingChangeController *controller=nullptr)
 
 ~SettingGroup ()
 
template<class Assignee , class Value >
void controlAssignment (const Char *description, Assignee &assignee, Value value) const
 
template<class Changeable >
void controlChange (const Char *description, void(Changeable::*change)(), Changeable &changeable) const
 
template<class Change , class Changeable , class Arg >
void controlChange (const Char *description, Change change, Changeable &changeable, const Arg &arg) const
 
template<class Change , class Changeable , class Arg1 , class Arg2 >
void controlChange (const Char *description, Change change, Changeable &changeable, const Arg1 &arg1, const Arg2 &arg2) const
 

Friends

class HandlerSettings
 

Additional Inherited Members

- Static Public Member Functions inherited from SettingGroup
static const SettingGroupnull ()
 

Detailed Description

Definition at line 782 of file BookManagement.h.

Constructor & Destructor Documentation

BookManagement ( SettingChangeController controller = nullptr)
inline

Initializes instance with default values.

Definition at line 786 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 801 of file BookManagement.h.

~BookManagement ( )
inline

Definition at line 812 of file BookManagement.h.

Member Function Documentation

const ConsolidatedBookManagement& consolidatedBooks ( ) const
inline

Management and tracking parameters for consolidated books.

Definition at line 851 of file BookManagement.h.

ConsolidatedBookManagement& consolidatedBooks ( )
inline

Management and tracking parameters for consolidated books.

Definition at line 857 of file BookManagement.h.

const DirectBookManagement& directBooks ( ) const
inline

Management and tracking parameters for direct books.

Definition at line 827 of file BookManagement.h.

DirectBookManagement& directBooks ( )
inline

Management and tracking parameters for direct books.

Definition at line 833 of file BookManagement.h.

const ImpliedBookManagement& impliedBooks ( ) const
inline

Management and tracking parameters for implied books.

Definition at line 839 of file BookManagement.h.

ImpliedBookManagement& impliedBooks ( )
inline

Management and tracking parameters for implied books.

Definition at line 845 of file BookManagement.h.

const MboBookManagement& mboBooks ( ) const
inline

Management and tracking parameters for direct books.

Definition at line 815 of file BookManagement.h.

MboBookManagement& mboBooks ( )
inline

Management and tracking parameters for direct books.

Definition at line 821 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 882 of file BookManagement.h.

BookUpdateNotification::Enum updateNotification ( ) const
inline

Defines the way Handler raises onBookUpdated callbacks.

Note
Default is BookUpdateNotification::OnEndOfEvent.

Definition at line 865 of file BookManagement.h.

BookManagement& updateNotification ( BookUpdateNotification::Enum  value)
inline

Defines the way Handler raises order book update event.

Definition at line 871 of file BookManagement.h.

Friends And Related Function Documentation

friend class HandlerSettings
friend

Definition at line 892 of file BookManagement.h.


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