OnixS C++ CME MDP Premium Market Data Handler 5.9.0
API Documentation
Loading...
Searching...
No Matches
AnyDepthBookManagement< BboTracking, Depth > Class Template Reference

Public Member Functions

 AnyDepthBookManagement (const SettingGroup *group=nullptr)
 AnyDepthBookManagement (const AnyDepthBookManagement &other)
AnyDepthBookManagementoperator= (const AnyDepthBookManagement &other)
Public Member Functions inherited from BaseBookManagement< BboTracking >
 BaseBookManagement (const SettingGroup *group=nullptr)
 BaseBookManagement (const BaseBookManagement &other)
 ~BaseBookManagement ()
bool maintain () const
BaseBookManagementmaintain (bool value)
const BboTracking & bboTracking () const
BboTracking & bboTracking ()
BaseBookManagementoperator= (const BaseBookManagement &other)

Friends

class BookManagement

Additional Inherited Members

Protected Member Functions inherited from BaseBookManagement< BboTracking >
const SettingGroupgroup () const
void assignNoControl (const BaseBookManagement &other)

Detailed Description

template<class BboTracking, typename Depth>
class OnixS::CME::MDH::AnyDepthBookManagement< BboTracking, Depth >

Definition at line 672 of file BookManagement.h.

Constructor & Destructor Documentation

◆ AnyDepthBookManagement() [1/2]

template<class BboTracking, typename Depth>
AnyDepthBookManagement ( const SettingGroup * group = nullptr)
inline

Initializes the instance with default values.

Optional parameter to enable grouping facilities.

Definition at line 677 of file BookManagement.h.

◆ AnyDepthBookManagement() [2/2]

template<class BboTracking, typename Depth>
AnyDepthBookManagement ( const AnyDepthBookManagement< BboTracking, Depth > & 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 688 of file BookManagement.h.

Member Function Documentation

◆ operator=()

template<class BboTracking, typename Depth>
AnyDepthBookManagement & operator= ( const AnyDepthBookManagement< BboTracking, Depth > & other)
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 699 of file BookManagement.h.

◆ BookManagement

template<class BboTracking, typename Depth>
friend class BookManagement
friend

Definition at line 710 of file BookManagement.h.