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

Statistics updates listener. More...

Public Member Functions

virtual void onStatisticsReset (SecurityId securityId, const ChannelId &channelId)=0
 Is called with a statistics is removed at the end of a trading session. More...
 
virtual void onStatisticsReset (const Symbol &symbol, const ChannelId &channelId)=0
 Is called with a statistics is removed at the end of a trading session. More...
 
virtual void onStatistics (const Statistics &statistics, const ChannelId &channelId)=0
 Is called when the direct book change is reported.
 

Detailed Description

Statistics updates listener.

Member Function Documentation

virtual void onStatisticsReset ( SecurityId  securityId,
const ChannelId channelId 
)
pure virtual

Is called with a statistics is removed at the end of a trading session.

virtual void onStatisticsReset ( const Symbol symbol,
const ChannelId channelId 
)
pure virtual

Is called with a statistics is removed at the end of a trading session.