OnixS C++ CME Market Data Handler  2.56.0.0
Public Member Functions | List of all members
ImpliedBookChangeListener Class Referenceabstract

Implied book changes listener is to be used when order books are built by the end-user application. More...

Public Member Functions

virtual void onImpliedBooksReset (const ChannelId &channelId)=0
 Is called when all the implied books are reset for a given channel. More...
 
virtual void onImpliedBookReset (SecurityId securityId, const ChannelId &channelId)=0
 Is called when book is reset for a given instrument.
 
virtual void onImpliedBookChange (const ImpliedBookChange &change, const ChannelId &channelId)=0
 Is called when a change for a particular implied book is reported. More...
 

Detailed Description

Implied book changes listener is to be used when order books are built by the end-user application.

See Also
ImpliedBookUpdateListener.

Member Function Documentation

virtual void onImpliedBookChange ( const ImpliedBookChange change,
const ChannelId channelId 
)
pure virtual

Is called when a change for a particular implied book is reported.

virtual void onImpliedBooksReset ( const ChannelId channelId)
pure virtual

Is called when all the implied books are reset for a given channel.