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

Listener for the News. More...

Public Member Functions

virtual void onNews (const News &news, const ChannelId &channelId)=0
 Is called when the News message (MsgType = B) is received. More...
 

Detailed Description

Listener for the News.

Member Function Documentation

virtual void onNews ( const News news,
const ChannelId channelId 
)
pure virtual

Is called when the News message (MsgType = B) is received.