MamdaAuctionHandler is an interface for applications that want to have an easy way to access currency data. More...
#include <MamdaAuctionHandler.h>
Public Member Functions | |
virtual void | onAuctionRecap (MamdaSubscription *subscription, MamdaAuctionListener &listener, const MamaMsg &msg, const MamdaAuctionRecap &recap)=0 |
Method invoked when the current auction information for the security is available. More... | |
virtual void | onAuctionUpdate (MamdaSubscription *subscription, MamdaAuctionListener &listener, const MamaMsg &msg, const MamdaAuctionRecap &recap, const MamdaAuctionUpdate &update)=0 |
Method invoked when one or more of the Auction fields have been updated by one of the following market data events: More... | |
virtual | ~MamdaAuctionHandler () |
MamdaAuctionHandler 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 auction 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 auction recap details. |
|
pure virtual |
Method invoked when one or more of the Auction 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 | Access to the full auction recap details. |
update | Access to the auction update details. |