OnixS C++ CBOE CFE Binary Order Entry (BOE) Handler  1.11.0
API documentation
SessionListener Class Reference

#include <OnixS/CboeCFE/Trading/BOE/SessionListener.h>

Public Member Functions

virtual void onMessageSending (UInt32)
 
virtual void onReceivedBytes (const char *, size_t)
 

Protected Member Functions

virtual ~SessionListener ()
 

Detailed Description

Session listener.

Definition at line 32 of file SessionListener.h.

Constructor & Destructor Documentation

virtual ~SessionListener ( )
inlineprotectedvirtual

Disables public delete operator in the interface class.

Definition at line 46 of file SessionListener.h.

Member Function Documentation

virtual void onMessageSending ( UInt32  )
inlinevirtual

Implement this member to get notifications immediately before message sending.

Definition at line 37 of file SessionListener.h.

virtual void onReceivedBytes ( const char *  ,
size_t   
)
inlinevirtual

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

Definition at line 41 of file SessionListener.h.


The documentation for this class was generated from the following file: