Inherits from com.wombat.mamda.MamdaMsgListener, com.wombat.mamda.MamdaBasicEvent, com.wombat.mamda.MamdaBasicRecap, com.wombat.mamda.MamdaAuctionRecap, com.wombat.mamda.MamdaAuctionUpdate
Name | |
---|---|
void | clearCache() |
MamdaAuctionListener() | |
void | addHandler(MamdaAuctionHandler handler) |
MamaDateTime | getActivityTime() |
MamaDateTime | getSrcTime() |
MamaDateTime | getSendTime() |
MamaDateTime | getLineTime() |
String | getIssueSymbol() |
String | getPartId() |
String | getSymbol() |
MamaDateTime | getEventTime() |
long | getEventSeqNum() |
MamaPrice | getUncrossPrice() |
MamaDouble | getUncrossVolume() |
short | getUncrossPriceInd() |
short | getActivityTimeFieldState() |
short | getSrcTimeFieldState() |
short | getSendTimeFieldState() |
short | getLineTimeFieldState() |
short | getIssueSymbolFieldState() |
short | getPartIdFieldState() |
short | getSymbolFieldState() |
short | getEventTimeFieldState() |
short | getEventSeqNumFieldState() |
short | getUncrossPriceFieldState() |
short | getUncrossVolumeFieldState() |
short | getUncrossPriceIndFieldState() |
void | onMsg(MamdaSubscription subscription, final MamaMsg msg, short msgType) |
Name | |
---|---|
MamaDateTime | mSrcTime |
MamaDateTime | mActTime |
MamaDateTime | mSendTime |
MamaDateTime | mLineTime |
MamaDateTime | mEventTime |
MamaLong | mEventSeqNum |
MamaString | mIssueSymbol |
MamaString | mPartId |
MamaString | mSymbol |
MamaPrice | mUncrossPrice |
MamaDouble | mUncrossVolume |
MamdaUncrossPriceInd | mUncrossPriceInd |
MamdaFieldState | mSrcTimeFieldState |
MamdaFieldState | mActTimeFieldState |
MamdaFieldState | mSendTimeFieldState |
MamdaFieldState | mLineTimeFieldState |
MamdaFieldState | mEventTimeFieldState |
MamdaFieldState | mIssueSymbolFieldState |
MamdaFieldState | mPartIdFieldState |
MamdaFieldState | mSymbolFieldState |
MamdaFieldState | mEventSeqNumFieldState |
MamdaFieldState | mUncrossPriceFieldState |
MamdaFieldState | mUncrossVolumeFieldState |
MamdaFieldState | mUncrossPriceIndFieldState |
class com::wombat::mamda::MamdaAuctionListener;
A MamdaAuctionListener is class that specializes in handling Auction order updates. An Auction order occurs when too many orders of a particular type - either buy, sell or limit - for listed securities and not enough of the other, matching orders are received by an exchange. Developers provide their own implementation of the MamdaAuctionHandler interface and will be delivered notifications for Auction updates.
inline void clearCache()
clearCache - clears all cached data by resetting to default values.
inline MamdaAuctionListener()
constructor
inline void addHandler(
MamdaAuctionHandler handler
)
Parameters:
addHandler - Registers handler interested in receiving update update and recap events. Currently only one handler can and must be registered.
inline MamaDateTime getActivityTime()
See: MamdaBasicEvent::getActivityTime
Return: mActTime
Reimplements: com::wombat::mamda::MamdaBasicEvent::getActivityTime
getActivityTime
inline MamaDateTime getSrcTime()
See: MamdaBasicEvent::getSrcTime
Return: mSrcTime
Reimplements: com::wombat::mamda::MamdaBasicEvent::getSrcTime
getSrcTime
inline MamaDateTime getSendTime()
Return: mSendTime
Reimplements: com::wombat::mamda::MamdaBasicRecap::getSendTime
getSendTime
inline MamaDateTime getLineTime()
Return: mLineTime
Reimplements: com::wombat::mamda::MamdaBasicRecap::getLineTime
getLineTime
inline String getIssueSymbol()
Return: mIssueSymbol
getIssueSymbol
inline String getPartId()
Return: mPartId
Reimplements: com::wombat::mamda::MamdaBasicRecap::getPartId
getPartId
inline String getSymbol()
Return: mSymbol
Reimplements: com::wombat::mamda::MamdaBasicRecap::getSymbol
getSymbol
inline MamaDateTime getEventTime()
Return: mEventTime
Reimplements: com::wombat::mamda::MamdaBasicEvent::getEventTime
getEventTime
inline long getEventSeqNum()
Return: mEventSeqNum
Reimplements: com::wombat::mamda::MamdaBasicEvent::getEventSeqNum
getEventSeqNum
inline MamaPrice getUncrossPrice()
Return: mUncrossPrice
Reimplements: com::wombat::mamda::MamdaAuctionRecap::getUncrossPrice
getUncrossPrice
inline MamaDouble getUncrossVolume()
Return: mUncrossVolume
Reimplements: com::wombat::mamda::MamdaAuctionRecap::getUncrossVolume
getUncrossVolume
inline short getUncrossPriceInd()
Return: mUncrossPriceInd
Reimplements: com::wombat::mamda::MamdaAuctionRecap::getUncrossPriceInd
getUncrossPriceInd
inline short getActivityTimeFieldState()
See: MamdaBasicEvent::getActivityTimeFieldState
Return: mActTimeFieldState
Reimplements: com::wombat::mamda::MamdaBasicEvent::getActivityTimeFieldState
getActivityTimeFieldState
inline short getSrcTimeFieldState()
See: MamdaBasicEvent::getSrcTimeFieldState
Return: mSrcTimeFieldState
Reimplements: com::wombat::mamda::MamdaBasicEvent::getSrcTimeFieldState
getSrcTimeFieldState
inline short getSendTimeFieldState()
Return: mSendTimeFieldState
Reimplements: com::wombat::mamda::MamdaBasicRecap::getSendTimeFieldState
getSendTimeFieldState
inline short getLineTimeFieldState()
Return: mLineTimeFieldState
Reimplements: com::wombat::mamda::MamdaBasicRecap::getLineTimeFieldState
getLineTimeFieldState
inline short getIssueSymbolFieldState()
Return: mIssueSymbolFieldState
getIssueSymbolFieldState
inline short getPartIdFieldState()
Return: mPartIdFieldState
Reimplements: com::wombat::mamda::MamdaBasicRecap::getPartIdFieldState
getPartIdFieldState
inline short getSymbolFieldState()
Return: mSymbolFieldState
Reimplements: com::wombat::mamda::MamdaBasicRecap::getSymbolFieldState
getSymbolFieldState
inline short getEventTimeFieldState()
Return: mEventTimeFieldState
Reimplements: com::wombat::mamda::MamdaBasicEvent::getEventTimeFieldState
getEventTimeFieldState
inline short getEventSeqNumFieldState()
Return: mEventSeqNumFieldState
Reimplements: com::wombat::mamda::MamdaBasicEvent::getEventSeqNumFieldState
getEventSeqNumFieldState
inline short getUncrossPriceFieldState()
Return: mUncrossPriceFieldState
Reimplements: com::wombat::mamda::MamdaAuctionRecap::getUncrossPriceFieldState
getUncrossPriceFieldState
inline short getUncrossVolumeFieldState()
Return: mUncrossVolumeFieldState
Reimplements: com::wombat::mamda::MamdaAuctionRecap::getUncrossVolumeFieldState
getUncrossVolumeFieldState
inline short getUncrossPriceIndFieldState()
Return: mUncrossPriceIndFieldState
Reimplements: com::wombat::mamda::MamdaAuctionRecap::getUncrossPriceIndFieldState
getUncrossPriceIndFieldState
inline void onMsg(
MamdaSubscription subscription,
final MamaMsg msg,
short msgType
)
Reimplements: com::wombat::mamda::MamdaMsgListener::onMsg
Implementation of MamdaListener interface.
MamaDateTime mSrcTime = new MamaDateTime();
MamaDateTime mActTime = new MamaDateTime();
MamaDateTime mSendTime = new MamaDateTime();
MamaDateTime mLineTime = new MamaDateTime();
MamaDateTime mEventTime = new MamaDateTime();
MamaLong mEventSeqNum = new MamaLong();
MamaString mIssueSymbol = new MamaString();
MamaString mPartId = new MamaString();
MamaString mSymbol = new MamaString();
MamaPrice mUncrossPrice = new MamaPrice();
MamaDouble mUncrossVolume = new MamaDouble();
MamdaUncrossPriceInd mUncrossPriceInd = new MamdaUncrossPriceInd();
MamdaFieldState mSrcTimeFieldState = new MamdaFieldState();
MamdaFieldState mActTimeFieldState = new MamdaFieldState();
MamdaFieldState mSendTimeFieldState = new MamdaFieldState();
MamdaFieldState mLineTimeFieldState = new MamdaFieldState();
MamdaFieldState mEventTimeFieldState = new MamdaFieldState();
MamdaFieldState mIssueSymbolFieldState = new MamdaFieldState();
MamdaFieldState mPartIdFieldState = new MamdaFieldState();
MamdaFieldState mSymbolFieldState = new MamdaFieldState();
MamdaFieldState mEventSeqNumFieldState = new MamdaFieldState();
MamdaFieldState mUncrossPriceFieldState = new MamdaFieldState();
MamdaFieldState mUncrossVolumeFieldState = new MamdaFieldState();
MamdaFieldState mUncrossPriceIndFieldState = new MamdaFieldState();
Updated on 2023-03-31 at 15:30:32 +0100