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

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

Public Member Functions

 DirectBboTracking (const SettingGroup *group=nullptr)
 
 DirectBboTracking (const DirectBboTracking &other)
 
 ~DirectBboTracking ()
 
const BboThresholdnumberOfOrders () const
 
BboThresholdnumberOfOrders ()
 
bool enabled () const
 
bool exceeded (const DirectPriceLevel &previous, const DirectPriceLevel &current) const
 
DirectBboTrackingoperator= (const DirectBboTracking &other)
 
- Public Member Functions inherited from ImpliedBboTracking
 ImpliedBboTracking (const SettingGroup *group=nullptr)
 
 ImpliedBboTracking (const ImpliedBboTracking &other)
 
 ~ImpliedBboTracking ()
 
const BboThresholdprice () const
 
BboThresholdprice ()
 
const BboThresholdquantity () const
 
BboThresholdquantity ()
 
bool enabled () const
 
bool exceeded (const ImpliedPriceLevel &previous, const ImpliedPriceLevel &current) const
 
ImpliedBboTrackingoperator= (const ImpliedBboTracking &other)
 

Protected Member Functions

void assignNoControl (const DirectBboTracking &other)
 
- Protected Member Functions inherited from ImpliedBboTracking
const SettingGroupgroup () const
 
void assignNoControl (const ImpliedBboTracking &other)
 

Friends

template<class >
class BaseBookManagement
 

Detailed Description

Definition at line 380 of file BookManagement.h.

Constructor & Destructor Documentation

DirectBboTracking ( const SettingGroup group = nullptr)
inline

Initializes tracking with the optional grouping services enabled.

Definition at line 385 of file BookManagement.h.

DirectBboTracking ( const DirectBboTracking 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 397 of file BookManagement.h.

~DirectBboTracking ( )
inline

Finalizes the instance.

Definition at line 404 of file BookManagement.h.

Member Function Documentation

void assignNoControl ( const DirectBboTracking other)
inlineprotected

Re-initializes as a copy of the other instance without involving value assignment control services.

Definition at line 455 of file BookManagement.h.

bool enabled ( ) const
inline

Indicates whether tracking enabled at all.

Definition at line 419 of file BookManagement.h.

bool exceeded ( const DirectPriceLevel previous,
const DirectPriceLevel current 
) const
inline

Checks whether any of thresholds is exceeded.

Definition at line 425 of file BookManagement.h.

const BboThreshold& numberOfOrders ( ) const
inline

Tracking for order quantity.

Definition at line 407 of file BookManagement.h.

BboThreshold& numberOfOrders ( )
inline

Tracking for order quantity.

Definition at line 413 of file BookManagement.h.

DirectBboTracking& operator= ( const DirectBboTracking other)
inline

Re-initializes instance as a copy of the other one.

Attributes controlling value assignment aren't cloned and thus only settings are copied.

Definition at line 440 of file BookManagement.h.

Friends And Related Function Documentation

friend class BaseBookManagement
friend

Lets grouping and value assignment control functioning.

Definition at line 451 of file BookManagement.h.


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