OnixS BME SENAF Handler C++ library  2.2.0
API documentation
ReferenceListener Class Referenceabstract

#include <OnixS/Senaf/MarketData/ReferenceListener.h>

Public Member Functions

virtual void onNewReference (const NewReference &msg, const MessageInfo &msgInfo)=0
 
virtual void onReferenceDeletion (const ReferenceDeletion &msg, const MessageInfo &msgInfo)=0
 
virtual void onReferencesFieldsUpdate (const ReferencesFieldsUpdate &msg, const MessageInfo &msgInfo)=0
 

Protected Member Functions

virtual ~ReferenceListener ()
 

Detailed Description

Definition at line 35 of file ReferenceListener.h.

Constructor & Destructor Documentation

virtual ~ReferenceListener ( )
inlineprotectedvirtual

Definition at line 57 of file ReferenceListener.h.

Member Function Documentation

virtual void onNewReference ( const NewReference msg,
const MessageInfo msgInfo 
)
pure virtual

Is called once a New Reference (050) Message is received.

Parameters
msgNew Reference (050) Message.
msgInfoinformation about this particular message.
virtual void onReferenceDeletion ( const ReferenceDeletion msg,
const MessageInfo msgInfo 
)
pure virtual

Is called once a Reference Deletion (051) Message is received.

Parameters
msgReference Deletion (051) Message.
msgInfoinformation about this particular message.
virtual void onReferencesFieldsUpdate ( const ReferencesFieldsUpdate msg,
const MessageInfo msgInfo 
)
pure virtual

Is called once a References Fields Update (052) Message is received.

Parameters
msgReferences Fields Update (052) Message.
msgInfoinformation about this particular message.

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