OnixS Eurex ETI Handler C++ library 9.25.0
API documentation
Loading...
Searching...
No Matches
StrategyCreationListener Class Reference

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 31 of file StrategyCreationListener.h.

Constructor & Destructor Documentation

◆ ~StrategyCreationListener()

virtual ~StrategyCreationListener ( )
inlineprotectedvirtual

Disables public delete operator in the interface class.

Definition at line 60 of file StrategyCreationListener.h.

Member Function Documentation

◆ onAddComplexInstrumentResponse()

virtual void onAddComplexInstrumentResponse ( const AddComplexInstrumentResponse & ,
const MessageInfo &  )
inlinevirtual

Implement this member to get notifications about AddComplexInstrumentResponse message received.

Definition at line 35 of file StrategyCreationListener.h.

◆ onAddFlexibleInstrumentResponse()

virtual void onAddFlexibleInstrumentResponse ( const AddFlexibleInstrumentResponse & ,
const MessageInfo &  )
inlinevirtual

Implement this member to get notifications about AddFlexibleInstrumentResponse message received.

Definition at line 43 of file StrategyCreationListener.h.

◆ onAddScaledSimpleInstrumentResponse()

virtual void onAddScaledSimpleInstrumentResponse ( const AddScaledSimpleInstrumentResponse & ,
const MessageInfo &  )
inlinevirtual

Implement this member to get notifications about AddScaledSimpleInstrumentResponse message received.

Definition at line 51 of file StrategyCreationListener.h.