MamdaCurrencyHandler is an interface for applications that want to have an easy way to access currency data.
More...
#include <MamdaCurrencyHandler.h>
Detailed Description
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.
Constructor & Destructor Documentation
virtual Wombat::MamdaCurrencyHandler::~MamdaCurrencyHandler |
( |
| ) |
|
|
virtual |
Member Function Documentation
Method invoked when the current last-currecny information for the security is available.
The reason for the invocation may be any of the following:
- Initial image.
- Recap update (e.g., after server fault tolerant event or data quality event.)
- After stale status removed.
- Parameters
-
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. |
Method invoked when one or more of the Currency fields have been updated by one of the following market data events:
- Initial image.
- Recap update (e.g., after server fault tolerant event or data quality event.)
- Generic update..
- Parameters
-
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. |
The documentation for this class was generated from the following file: