#include <MamdaAuctionHandler.h>
Name | |
---|---|
virtual void | onAuctionRecap(MamdaSubscription * subscription, MamdaAuctionListener & listener, const MamaMsg & msg, const MamdaAuctionRecap & recap) =0 |
virtual void | onAuctionUpdate(MamdaSubscription * subscription, MamdaAuctionListener & listener, const MamaMsg & msg, const MamdaAuctionRecap & recap, const MamdaAuctionUpdate & update) =0 |
virtual | ~MamdaAuctionHandler() |
class Wombat::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.
virtual void onAuctionRecap(
MamdaSubscription * subscription,
MamdaAuctionListener & listener,
const MamaMsg & msg,
const MamdaAuctionRecap & recap
) =0
Parameters:
Method invoked when the current auction information for the security is available. The reason for the invocation may be any of the following:
virtual void onAuctionUpdate(
MamdaSubscription * subscription,
MamdaAuctionListener & listener,
const MamaMsg & msg,
const MamdaAuctionRecap & recap,
const MamdaAuctionUpdate & update
) =0
Parameters:
Method invoked when one or more of the Auction fields have been updated by one of the following market data events:
inline virtual ~MamdaAuctionHandler()
Updated on 2023-03-31 at 15:29:57 +0100