OnixS BME SENAF Handler C++ library  2.2.0
API documentation
OrderBookUpdateListener Class Referenceabstract

#include <OnixS/Senaf/MarketData/OrderBookUpdateListener.h>

Public Member Functions

virtual void onOrderBookUpdated (const OrderBook &book)=0
 

Protected Member Functions

virtual ~OrderBookUpdateListener ()
 

Detailed Description

Defines the interface through which the Handler notifies subscribers that all the changes from current multicast message block are applied to the order book.

Definition at line 32 of file OrderBookUpdateListener.h.

Constructor & Destructor Documentation

virtual ~OrderBookUpdateListener ( )
inlineprotectedvirtual

Definition at line 41 of file OrderBookUpdateListener.h.

Member Function Documentation

virtual void onOrderBookUpdated ( const OrderBook book)
pure virtual

Is called when the order book is updated.

Parameters
bookis a 'up-to-date' book associated with given market.

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