#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 () |
Session listener.
Definition at line 32 of file SessionListener.h.
|
inlineprotectedvirtual |
Disables public delete operator in the interface class.
Definition at line 46 of file SessionListener.h.
|
inlinevirtual |
Implement this member to get notifications immediately before message sending.
Definition at line 37 of file SessionListener.h.
|
inlinevirtual |
Implement this member to get notifications as soon as bytes are received from the wire.
Definition at line 41 of file SessionListener.h.