OnixS Borsa Italiana IDEM SOLA HSVF Market Data Handler for C++  1.1.2.0
Public Member Functions | Protected Member Functions | List of all members
SessionListener Class Reference

Defines an interface through which the Handler notifies subscribers about sending and receiving bytes. More...

Public Member Functions

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

Protected Member Functions

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

Detailed Description

Defines an interface through which the Handler notifies subscribers about sending and receiving bytes.