OnixS C++ Eurex T7 Market and Reference Data (EMDI, MDI, RDI, EOBI) Handlers  16.1.0
API documentation
OrderBookListener Class Referenceabstract

#include <OnixS/Eurex/MarketData/EOBI/OrderBookListener.h>

Public Member Functions

virtual void onOrderBookUpdated (const OrderBook &book)=0
 
virtual void onOrderBookOutOfDate (const OrderBook &book)=0
 

Protected Member Functions

virtual ~OrderBookListener ()
 

Detailed Description

Definition at line 35 of file OrderBookListener.h.

Constructor & Destructor Documentation

virtual ~OrderBookListener ( )
inlineprotectedvirtual

Destructor.

Definition at line 51 of file OrderBookListener.h.

Member Function Documentation

virtual void onOrderBookOutOfDate ( const OrderBook book)
pure virtual

Is called when no data is coming during a reasonable period of time. Since the moment of call books must be considered as outdated. Further call of 'OrderBookListener' members makes a particular book as up-to-date.

virtual void onOrderBookUpdated ( const OrderBook book)
pure virtual

Is called when the book is updated.


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