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

Session listener. More...

Public Member Functions

virtual void onMessageSending (UInt32 msgSeqNum, const Message &message)
 Implement this member to get notifications immediately before message sending. More...
 
virtual void onReceivedBytes (const char *bytes, size_t size)
 Implement this member to get notifications as soon as bytes are received from the wire. More...
 

Protected Member Functions

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

Detailed Description

Session listener.

Constructor & Destructor Documentation

virtual ~SessionListener ( )
inlineprotectedvirtual

Disables public delete operator in the interface class.

Member Function Documentation

virtual void onMessageSending ( UInt32  msgSeqNum,
const Message message 
)
inlinevirtual

Implement this member to get notifications immediately before message sending.

virtual void onReceivedBytes ( const char *  bytes,
size_t  size 
)
inlinevirtual

Implement this member to get notifications as soon as bytes are received from the wire.