Package com.wombat.mamda
Interface MamdaAuctionRecap
-
- All Superinterfaces:
MamdaBasicRecap
- All Known Implementing Classes:
MamdaAuctionListener
public interface MamdaAuctionRecap extends MamdaBasicRecap
MamdaAuctionUpdate is an interface that provides access to fields related to aucion updates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.wombat.mama.MamaPrice
getUncrossPrice()
Get the uncross price.short
getUncrossPriceFieldState()
Get the uncross price fieldStateshort
getUncrossPriceInd()
Get the uncross price Ind.short
getUncrossPriceIndFieldState()
Get the uncross price ind fieldStatelong
getUncrossVolume()
Get the uncross vol.short
getUncrossVolumeFieldState()
Get the uncross vol fieldState-
Methods inherited from interface com.wombat.mamda.MamdaBasicRecap
getActivityTime, getActivityTimeFieldState, getLineTime, getLineTimeFieldState, getPartId, getPartIdFieldState, getSendTime, getSendTimeFieldState, getSrcTime, getSrcTimeFieldState, getSymbol, getSymbolFieldState
-
-
-
-
Method Detail
-
getUncrossPrice
com.wombat.mama.MamaPrice getUncrossPrice()
Get the uncross price.- Returns:
- uncross price. The indicative or firm auction price .
-
getUncrossVolume
long getUncrossVolume()
Get the uncross vol.- Returns:
- Ask price. The indicative volume, or the volume turned over in the auction
-
getUncrossPriceInd
short getUncrossPriceInd()
Get the uncross price Ind.- Returns:
- 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
-
getUncrossPriceFieldState
short getUncrossPriceFieldState()
Get the uncross price fieldState- Returns:
- short. An enumeration representing field state.
-
getUncrossVolumeFieldState
short getUncrossVolumeFieldState()
Get the uncross vol fieldState- Returns:
- short. An enumeration representing field state.
-
getUncrossPriceIndFieldState
short getUncrossPriceIndFieldState()
Get the uncross price ind fieldState- Returns:
- short. An enumeration representing field state.
-
-