#include <OnixS/Eurex/Trading/StrategyCreationListener.h>
Public Member Functions | |
virtual void | onAddComplexInstrumentResponse (const AddComplexInstrumentResponse &, const MessageInfo &) |
virtual void | onAddFlexibleInstrumentResponse (const AddFlexibleInstrumentResponse &, const MessageInfo &) |
virtual void | onAddScaledSimpleInstrumentResponse (const AddScaledSimpleInstrumentResponse &, const MessageInfo &) |
Protected Member Functions | |
virtual | ~StrategyCreationListener () |
Definition at line 31 of file StrategyCreationListener.h.
|
inlineprotectedvirtual |
Disables public delete operator in the interface class.
Definition at line 56 of file StrategyCreationListener.h.
|
inlinevirtual |
Implement this member to get notifications about AddComplexInstrumentResponse message received.
Definition at line 36 of file StrategyCreationListener.h.
|
inlinevirtual |
Implement this member to get notifications about AddFlexibleInstrumentResponse message received.
Definition at line 42 of file StrategyCreationListener.h.
|
inlinevirtual |
Implement this member to get notifications about AddScaledSimpleInstrumentResponse message received.
Definition at line 47 of file StrategyCreationListener.h.