OnixS Eurex ETI Handler C++ library  9.19.0
API documentation
StrategyCreationListener Class Reference

#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 ()
 

Detailed Description

Definition at line 32 of file StrategyCreationListener.h.

Constructor & Destructor Documentation

virtual ~StrategyCreationListener ( )
inlineprotectedvirtual

Disables public delete operator in the interface class.

Definition at line 46 of file StrategyCreationListener.h.

Member Function Documentation

virtual void onAddComplexInstrumentResponse ( const AddComplexInstrumentResponse ,
const MessageInfo  
)
inlinevirtual

Implement this member to get notifications about AddComplexInstrumentResponse message received.

Definition at line 36 of file StrategyCreationListener.h.

virtual void onAddFlexibleInstrumentResponse ( const AddFlexibleInstrumentResponse ,
const MessageInfo  
)
inlinevirtual

Implement this member to get notifications about AddFlexibleInstrumentResponse message received.

Definition at line 39 of file StrategyCreationListener.h.

virtual void onAddScaledSimpleInstrumentResponse ( const AddScaledSimpleInstrumentResponse ,
const MessageInfo  
)
inlinevirtual

Implement this member to get notifications about AddScaledSimpleInstrumentResponse message received.

Definition at line 42 of file StrategyCreationListener.h.


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