Name | |
---|---|
void | onAuctionRecap(MamdaSubscription subscription, MamdaAuctionListener listener, MamaMsg msg, MamdaAuctionRecap recap) |
void | onAuctionUpdate(MamdaSubscription subscription, MamdaAuctionListener listener, MamaMsg msg, MamdaAuctionRecap recap, MamdaAuctionUpdate update) |
class com::wombat::mamda::MamdaAuctionHandler;
MamdaAuctionHandler is an interface for applications that want to have an easy way to handle auction updates. The interface defines callback methods for different types of auction-related events
void onAuctionRecap(
MamdaSubscription subscription,
MamdaAuctionListener listener,
MamaMsg msg,
MamdaAuctionRecap recap
)
Parameters:
Method invoked when the current auction information for the security is available. The reason for the invocation may be any of the following:
void onAuctionUpdate(
MamdaSubscription subscription,
MamdaAuctionListener listener,
MamaMsg msg,
MamdaAuctionRecap recap,
MamdaAuctionUpdate update
)
Parameters:
Method invoked when one or more of the Auction fields have been updated by one of the following market data events:
Updated on 2023-03-31 at 15:30:32 +0100