#include <OnixS/Eurex/Trading/TESListener.h>
Public Member Functions | |
virtual void | onTESApproveBroadcast (const TESApproveBroadcast &, const MessageInfo &) |
virtual void | onTESBroadcast (const TESBroadcast &, const MessageInfo &) |
virtual void | onTESDeleteBroadcast (const TESDeleteBroadcast &, const MessageInfo &) |
virtual void | onTESExecutionBroadcast (const TESExecutionBroadcast &, const MessageInfo &) |
virtual void | onTESResponse (const TESResponse &, const MessageInfo &) |
virtual void | onTESReversalBroadcast (const TESReversalBroadcast &, const MessageInfo &) |
virtual void | onTESTradeBroadcast (const TESTradeBroadcast &, const MessageInfo &) |
virtual void | onTESTradingSessionStatusBroadcast (const TESTradingSessionStatusBroadcast &, const MessageInfo &) |
virtual void | onTESUploadBroadcast (const TESUploadBroadcast &, const MessageInfo &) |
Protected Member Functions | |
virtual | ~TESListener () |
Definition at line 37 of file TESListener.h.
|
inlineprotectedvirtual |
Disables public delete operator in the interface class.
Definition at line 72 of file TESListener.h.
|
inlinevirtual |
Implement this member to get notifications about TESApproveBroadcast message received.
Definition at line 41 of file TESListener.h.
|
inlinevirtual |
Implement this member to get notifications about TESBroadcast message received.
Definition at line 44 of file TESListener.h.
|
inlinevirtual |
Implement this member to get notifications about TESDeleteBroadcast message received.
Definition at line 47 of file TESListener.h.
|
inlinevirtual |
Implement this member to get notifications about TESExecutionBroadcast message received.
Definition at line 50 of file TESListener.h.
|
inlinevirtual |
Implement this member to get notifications about TESResponse message received.
Definition at line 53 of file TESListener.h.
|
inlinevirtual |
Implement this member to get notifications about TESReversalBroadcast message received.
Definition at line 56 of file TESListener.h.
|
inlinevirtual |
Implement this member to get notifications about TESTradeBroadcast message received.
Definition at line 59 of file TESListener.h.
|
inlinevirtual |
Implement this member to get notifications about TESTradingSessionStatusBroadcast message received.
Definition at line 63 of file TESListener.h.
|
inlinevirtual |
Implement this member to get notifications about TESUploadBroadcast message received.
Definition at line 68 of file TESListener.h.