OnixS BME SENAF Handler C++ library 2.3.0
API documentation
Loading...
Searching...
No Matches
OrderBookUpdateListener Class Referenceabstract

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 34 of file OrderBookUpdateListener.h.

Constructor & Destructor Documentation

◆ ~OrderBookUpdateListener()

virtual ~OrderBookUpdateListener ( )
inlineprotectedvirtual

Definition at line 43 of file OrderBookUpdateListener.h.

Member Function Documentation

◆ onOrderBookUpdated()

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.