MamdaCurrencyHandler is an interface for applications that want to have an easy way to access currency data. More...
#include <MamdaCurrencyHandler.h>
Public Member Functions | |
virtual void | onCurrencyRecap (MamdaSubscription *subscription, MamdaCurrencyListener &listener, const MamaMsg &msg, const MamdaCurrencyRecap &recap)=0 |
Method invoked when the current last-currecny information for the security is available. More... | |
virtual void | onCurrencyUpdate (MamdaSubscription *subscription, MamdaCurrencyListener &listener, const MamaMsg &msg, const MamdaCurrencyRecap &recap, const MamdaCurrencyUpdate &update)=0 |
Method invoked when one or more of the Currency fields have been updated by one of the following market data events: More... | |
virtual | ~MamdaCurrencyHandler () |
MamdaCurrencyHandler is an interface for applications that want to have an easy way to access currency data.
The interface defines callback methods for for receiving updates on currency data.
|
pure virtual |
Method invoked when the current last-currecny information for the security is available.
The reason for the invocation may be any of the following:
subscription | The subscription which received the update. |
listener | The listener which invoked this callback. |
msg | The MamaMsg that triggered this invocation. |
recap | Access to the full quote recap details. |
|
pure virtual |
Method invoked when one or more of the Currency fields have been updated by one of the following market data events:
subscription | The subscription which received the update. |
listener | The listener which invoked this callback. |
msg | The MamaMsg that triggered this invocation. |
recap | The MamaMsg that triggered this invocation. |
update | Access to the currency update details. |