OnixS EBS BrokerTec Market Data and Trading Handler for C++  2.14.1.0
Public Member Functions | List of all members
ExchangeListener Class Referenceabstract

Exchange information listener. More...

Public Member Functions

virtual void onMarketMessage (const MarketMessage &marketMessage)=0
 Is called when Market Announcement Information received.
 
virtual void onBrokerSignature (const BrokerSignature &brokerSignature)=0
 Is called when received broker signature.
 
virtual void onTradingState (const TradingState &tradingState)=0
 Is called when received Trading State set in the system on the day.
 
virtual void onParticipantMiFIDInfo (ChangeType::Enum changeType, const ParticipantMiFIDInfo &participantMiFIDInfo)=0
 Is called when received Participant MiFID Info received. More...
 
virtual void onUserMiFIDInfo (ChangeType::Enum changeType, const UserMiFIDInfo &userMiFIDInfo)=0
 Is called when received User MiFID Info received. More...
 

Detailed Description

Exchange information listener.

Member Function Documentation

virtual void onParticipantMiFIDInfo ( ChangeType::Enum  changeType,
const ParticipantMiFIDInfo participantMiFIDInfo 
)
pure virtual

Is called when received Participant MiFID Info received.

Parameters
changeTypeChange type.
participantMiFIDInfoParticipant MiFID Info.
virtual void onUserMiFIDInfo ( ChangeType::Enum  changeType,
const UserMiFIDInfo userMiFIDInfo 
)
pure virtual

Is called when received User MiFID Info received.

Parameters
changeTypeChange type.
participantMiFIDInfoParticipant MiFID Info.