#include <OnixS/Senaf/MarketData/OrderBookUpdateListener.h>
Public Member Functions | |
virtual void | onOrderBookUpdated (const OrderBook &book)=0 |
Protected Member Functions | |
virtual | ~OrderBookUpdateListener () |
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.
|
inlineprotectedvirtual |
Definition at line 43 of file OrderBookUpdateListener.h.
|
pure virtual |
Is called when the order book is updated.
book | is a 'up-to-date' book associated with given market. |