OnixS MX HSVF Market Data Handler for C++  1.9.2.0
Public Member Functions | Protected Member Functions
IOrderBookUpdateListener Class Reference

Defines an interface through which the Handler notifies subscribers about order book update. More...

List of all members.

Public Member Functions

virtual void onOrderBookUpdated (const OrderBook &orderBook)
 Is called when the order book is updated.

Protected Member Functions

virtual ~IOrderBookUpdateListener ()
 Disables public delete operator in the interface class.

Detailed Description

Defines an interface through which the Handler notifies subscribers about order book update.


Member Function Documentation

virtual void onOrderBookUpdated ( const OrderBook orderBook) [inline, virtual]

Is called when the order book is updated.

Parameters:
orderBookis a 'up-to-date' order book.