OnixS SGX Derivatives Handler for C++  2.17.0.0
Public Member Functions | Protected Member Functions | List of all members
DetailedTradeInfoListener Class Referenceabstract

Detailed deal report after clearing. More...

Public Member Functions

virtual void onDealDetails (const DetailedDealInfo &info)=0
 This event is dedicated in real time to the trading member (or to one place for each customer, - system dependent) and to the clearing member if they are not the same. More...
 

Protected Member Functions

virtual ~DetailedTradeInfoListener ()
 Disables public delete operator in the interface class.
 

Detailed Description

Detailed deal report after clearing.

Callback is result of BD4 processing.

Member Function Documentation

virtual void onDealDetails ( const DetailedDealInfo info)
pure virtual

This event is dedicated in real time to the trading member (or to one place for each customer, - system dependent) and to the clearing member if they are not the same.

As soon as a deal has been controlled and accepted without errors, the Clearing System will send this dedicated Trade Information as a confirmation of each trade.