com.wombat.mamda
public interface MamdaAuctionHandler
Modifier and Type | Method and Description |
---|---|
void |
onAuctionRecap(MamdaSubscription subscription,
MamdaAuctionListener listener,
com.wombat.mama.MamaMsg msg,
MamdaAuctionRecap recap)
Method invoked when the current auction information for the
security is available.
|
void |
onAuctionUpdate(MamdaSubscription subscription,
MamdaAuctionListener listener,
com.wombat.mama.MamaMsg msg,
MamdaAuctionRecap recap,
MamdaAuctionUpdate update)
Method invoked when one or more of the Auction fields have
been updated by one of the following market data events:
- Initial image.
|
void onAuctionRecap(MamdaSubscription subscription, MamdaAuctionListener listener, com.wombat.mama.MamaMsg msg, MamdaAuctionRecap recap)
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.void onAuctionUpdate(MamdaSubscription subscription, MamdaAuctionListener listener, com.wombat.mama.MamaMsg msg, MamdaAuctionRecap recap, MamdaAuctionUpdate update)
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.Copyright 2007 Wombat Financial Software, Inc.