#include <OnixS/Eurex/Trading/CLIPListener.h>
Public Member Functions | |
virtual void | onCLIPDeletionNotification (const CLIPDeletionNotification &, const MessageInfo &) |
virtual void | onCLIPExecutionNotification (const CLIPExecutionNotification &, const MessageInfo &) |
virtual void | onCLIPResponse (const CLIPResponse &, const MessageInfo &) |
Protected Member Functions | |
virtual | ~CLIPListener () |
Definition at line 31 of file CLIPListener.h.
|
inlineprotectedvirtual |
Disables public delete operator in the interface class.
Definition at line 47 of file CLIPListener.h.
|
inlinevirtual |
Implement this member to get notifications about CLIPDeletionNotification message received.
Definition at line 35 of file CLIPListener.h.
|
inlinevirtual |
Implement this member to get notifications about CLIPExecutionNotification message received.
Definition at line 38 of file CLIPListener.h.
|
inlinevirtual |
Implement this member to get notifications about CLIPResponse message received.
Definition at line 43 of file CLIPListener.h.