OnixS CBOE CMi2 Trading Handler for C++  1.1.3.0
Public Member Functions | List of all members
AdminMessageListener Class Reference

Administrative messages listener. More...

Public Member Functions

virtual void onRateInfo (RateInfo const &msg, MessageInfo const &msgInfo)
 Implement this member to get notified about Rate Info messages. More...
 
virtual void onSessionProfileResponse (SessionProfileResponse const &msg, MessageInfo const &msgInfo)
 Implement this member to get notified about Session Profile Response messages. More...
 
virtual void onHeartbeat (const Heartbeat &msg, const MessageInfo &msgInfo)
 Implement this method to get notified about heartbeat receiving. More...
 

Detailed Description

Administrative messages listener.

Member Function Documentation

virtual void onHeartbeat ( const Heartbeat msg,
const MessageInfo msgInfo 
)
inlinevirtual

Implement this method to get notified about heartbeat receiving.

virtual void onRateInfo ( RateInfo const &  msg,
MessageInfo const &  msgInfo 
)
inlinevirtual

Implement this member to get notified about Rate Info messages.

virtual void onSessionProfileResponse ( SessionProfileResponse const &  msg,
MessageInfo const &  msgInfo 
)
inlinevirtual

Implement this member to get notified about Session Profile Response messages.