Inherits from com.wombat.mamda.MamdaBasicRecap
Inherited by com.wombat.mamda.MamdaAuctionListener
Name | |
---|---|
MamaPrice | getUncrossPrice() |
MamaDouble | getUncrossVolume() |
short | getUncrossPriceInd() |
short | getUncrossPriceFieldState() |
short | getUncrossVolumeFieldState() |
short | getUncrossPriceIndFieldState() |
Public Functions inherited from com.wombat.mamda.MamdaBasicRecap
Name | |
---|---|
String | getSymbol() |
short | getSymbolFieldState() |
String | getPartId() |
short | getPartIdFieldState() |
MamaDateTime | getSrcTime() |
short | getSrcTimeFieldState() |
MamaDateTime | getActivityTime() |
short | getActivityTimeFieldState() |
MamaDateTime | getLineTime() |
short | getLineTimeFieldState() |
MamaDateTime | getSendTime() |
short | getSendTimeFieldState() |
class com::wombat::mamda::MamdaAuctionRecap;
MamdaAuctionUpdate is an interface that provides access to fields related to aucion updates.
MamaPrice getUncrossPrice()
Return: uncross price. The indicative or firm auction price .
Reimplemented by: com::wombat::mamda::MamdaAuctionListener::getUncrossPrice
Get the uncross price.
MamaDouble getUncrossVolume()
Return: uncross vol. The indicative volume, or the volume turned over in the auction
Reimplemented by: com::wombat::mamda::MamdaAuctionListener::getUncrossVolume
Get the uncross vol.
short getUncrossPriceInd()
Return: uncross price Ind. Indicates whether the Price and Volume is an indicative of the current state of the auction or whether its the (firm) auction price and volume
Reimplemented by: com::wombat::mamda::MamdaAuctionListener::getUncrossPriceInd
Get the uncross price Ind.
short getUncrossPriceFieldState()
Return: short. An enumeration representing field state.
Reimplemented by: com::wombat::mamda::MamdaAuctionListener::getUncrossPriceFieldState
Get the uncross price fieldState
short getUncrossVolumeFieldState()
Return: short. An enumeration representing field state.
Reimplemented by: com::wombat::mamda::MamdaAuctionListener::getUncrossVolumeFieldState
Get the uncross vol fieldState
short getUncrossPriceIndFieldState()
Return: short. An enumeration representing field state.
Reimplemented by: com::wombat::mamda::MamdaAuctionListener::getUncrossPriceIndFieldState
Get the uncross price ind fieldState
Updated on 2023-03-31 at 15:30:32 +0100