MamdaAuctionUpdate is an interface that provides access to fields related to quote updates.
Inherits from Wombat.MamdaBasicEvent
Inherited by Wombat.MamdaAuctionListener
| Name | |
|---|---|
| MamaPrice | getUncrossPrice() Get the uncross price. |
| MamdaFieldState | getUncrossPriceFieldState() Get the field state |
| double | getUncrossVolume() Get the uncross Volume. |
| MamdaFieldState | getUncrossVolumeFieldState() Get the field state |
| long | getUncrossPriceInd() Get the uncross price indicator. |
| MamdaFieldState | getUncrossPriceIndFieldState() Get the field state |
Public Functions inherited from Wombat.MamdaBasicEvent
| Name | |
|---|---|
| DateTime | getSrcTime() Returns the source time. |
| MamdaFieldState | getSrcTimeFieldState() Returns the field state. |
| DateTime | getActivityTime() |
| MamdaFieldState | getActivityTimeFieldState() Returns the field state. |
| long | getEventSeqNum() |
| MamdaFieldState | getEventSeqNumFieldState() Returns the field state. |
| DateTime | getEventTime() |
| MamdaFieldState | getEventTimeFieldState() Returns the field state. |
MamaPrice getUncrossPrice()
Get the uncross price.
Return: Indicative or firm auction price.
Reimplemented by: Wombat::MamdaAuctionListener::getUncrossPrice
MamdaFieldState getUncrossPriceFieldState()
Get the field state
Return: Field State
Reimplemented by: Wombat::MamdaAuctionListener::getUncrossPriceFieldState
double getUncrossVolume()
Get the uncross Volume.
Return: Indicative Volume or the volume turned over in the auction
Reimplemented by: Wombat::MamdaAuctionListener::getUncrossVolume
MamdaFieldState getUncrossVolumeFieldState()
Get the field state
Return: Field State
Reimplemented by: Wombat::MamdaAuctionListener::getUncrossVolumeFieldState
long getUncrossPriceInd()
Get the uncross price indicator.
Return: The uncross price ind - indicates whether the price and volume is indicative of the current state of the auction or whether its the firm auction price and volume
Reimplemented by: Wombat::MamdaAuctionListener::getUncrossPriceInd
MamdaFieldState getUncrossPriceIndFieldState()
Get the field state
Return: Field State
Reimplemented by: Wombat::MamdaAuctionListener::getUncrossPriceIndFieldState
Updated on 2023-03-31 at 15:30:12 +0100