Package com.wombat.mamda
Interface MamdaOrderImbalanceRecap
-
- All Superinterfaces:
MamdaBasicRecap
- All Known Implementing Classes:
MamdaOrderImbalanceListener
public interface MamdaOrderImbalanceRecap extends MamdaBasicRecap
MamdaOrderImbalanceRecap is an interface that provides access to order imbalance related fields.
-
-
Method Summary
-
Methods inherited from interface com.wombat.mamda.MamdaBasicRecap
getLineTime, getLineTimeFieldState, getSendTime, getSendTimeFieldState, getSrcTime, getSrcTimeFieldState, getSymbol, getSymbolFieldState
-
-
-
-
Method Detail
-
getActivityTime
com.wombat.mama.MamaDateTime getActivityTime()
Description copied from interface:MamdaBasicRecap
Activity time. A feed handler generated time stamp representing when the data item was last updated.- Specified by:
getActivityTime
in interfaceMamdaBasicRecap
- Returns:
- Returns the ActivityTime.
-
getActivityTimeFieldState
short getActivityTimeFieldState()
- Specified by:
getActivityTimeFieldState
in interfaceMamdaBasicRecap
- Returns:
- Returns the ActivityTime Field State.
-
getAuctionTime
com.wombat.mama.MamaDateTime getAuctionTime()
- Returns:
- Returns the AuctionTime.
-
getAuctionTimeFieldState
short getAuctionTimeFieldState()
- Returns:
- Returns the AuctionTime Field State.
-
getBuyVolume
long getBuyVolume()
- Returns:
- Returns the BuyVolume.
-
getBuyVolumeFieldState
short getBuyVolumeFieldState()
- Returns:
- Returns the BuyVolume Field State.
-
getCrossType
char getCrossType()
- Returns:
- Returns the CrossType.
-
getCrossTypeFieldState
short getCrossTypeFieldState()
- Returns:
- Returns the CrossType Field State.
-
getEventSeqNum
long getEventSeqNum()
- Returns:
- Returns the EventSeqNum.
-
getEventSeqNumFieldState
short getEventSeqNumFieldState()
- Returns:
- Returns the EventSeqNum Field State.
-
getEventTime
com.wombat.mama.MamaDateTime getEventTime()
- Returns:
- Returns the EventTime.
-
getEventTimeFieldState
short getEventTimeFieldState()
- Returns:
- Returns the EventTime Field State.
-
getFarClearingPrice
com.wombat.mama.MamaPrice getFarClearingPrice()
- Returns:
- Returns the FarClearingPrice.
-
getFarClearingPriceFieldState
short getFarClearingPriceFieldState()
- Returns:
- Returns the FarClearingPrice Field State.
-
getHighIndicationPrice
com.wombat.mama.MamaPrice getHighIndicationPrice()
- Returns:
- Returns the HighIndicationPrice.
-
getHighIndicationPriceFieldState
short getHighIndicationPriceFieldState()
- Returns:
- Returns the HighIndicationPrice Field State.
-
getImbalancePrice
com.wombat.mama.MamaPrice getImbalancePrice()
- Returns:
- Returns the IndicationPrice.
-
getImbalancePriceFieldState
short getImbalancePriceFieldState()
- Returns:
- Returns the ImbalancePrice Field State.
-
getMatchPrice
com.wombat.mama.MamaPrice getMatchPrice()
- Returns:
- Returns the InsideMatchPrice.
-
getMatchPriceFieldState
short getMatchPriceFieldState()
- Returns:
- Returns the MatchPrice Field State.
-
getIssueSymbol
java.lang.String getIssueSymbol()
- Returns:
- Returns the IssueSymbol.
-
getIssueSymbolFieldState
short getIssueSymbolFieldState()
- Returns:
- Returns the IssueSymbol Field State.
-
getLowIndicationPrice
com.wombat.mama.MamaPrice getLowIndicationPrice()
- Returns:
- Returns the LowIndicationPrice.
-
getLowIndicationPriceFieldState
short getLowIndicationPriceFieldState()
- Returns:
- Returns the LowIndicationPrice Field State.
-
getMatchVolume
long getMatchVolume()
- Returns:
- Returns the MatchVolume.
-
getMatchVolumeFieldState
short getMatchVolumeFieldState()
- Returns:
- Returns the MatchVolume FieldState.
-
getMsgType
int getMsgType()
- Returns:
- Returns the MsgType.
-
getMsgTypeFieldState
short getMsgTypeFieldState()
- Returns:
- Returns the MsgType Field State.
-
getNearClearingPrice
com.wombat.mama.MamaPrice getNearClearingPrice()
- Returns:
- Returns the NearClearingPrice.
-
getNearClearingPriceFieldState
short getNearClearingPriceFieldState()
- Returns:
- Returns the NearClearingPrice Field State.
-
getNoClearingPrice
char getNoClearingPrice()
- Returns:
- Returns the NoClearingPrice.
-
getNoClearingPriceFieldState
short getNoClearingPriceFieldState()
- Returns:
- Returns the NoClearingPrice Field State.
-
getPartId
java.lang.String getPartId()
Description copied from interface:MamdaBasicRecap
Get the participant identifier.- Specified by:
getPartId
in interfaceMamdaBasicRecap
- Returns:
- Returns the PartId.
-
getPartIdFieldState
short getPartIdFieldState()
- Specified by:
getPartIdFieldState
in interfaceMamdaBasicRecap
- Returns:
- Returns the PartId Field State.
-
getPriceVarInd
char getPriceVarInd()
- Returns:
- Returns the PriceVarInd.
-
getPriceVarIndFieldState
short getPriceVarIndFieldState()
- Returns:
- Returns the PriceVarInd Field State.
-
getSecurityStatusOrig
java.lang.String getSecurityStatusOrig()
- Returns:
- Returns the SecurityStatusOrig.
-
getSecurityStatusOrigFieldState
short getSecurityStatusOrigFieldState()
- Returns:
- Returns the SecurityStatusOrig Field State.
-
getImbalanceState
java.lang.String getImbalanceState()
- Returns:
- Returns the SecurityStatusQual.
-
getImbalanceStateFieldState
short getImbalanceStateFieldState()
- Returns:
- Returns the ImbalanceState Field State.
-
getSecurityStatusTime
com.wombat.mama.MamaDateTime getSecurityStatusTime()
- Returns:
- Returns the SecurityStatusTime.
-
getSecurityStatusTimeFieldState
short getSecurityStatusTimeFieldState()
- Returns:
- Returns the SecurityStatusTime Field State.
-
getSellVolume
long getSellVolume()
- Returns:
- Returns the SellVolume.
-
getSellVolumeFieldState
short getSellVolumeFieldState()
- Returns:
- Returns the SellVolume Field State.
-
getSeqNum
int getSeqNum()
- Returns:
- Returns the SeqNum.
-
getSeqNumFieldState
short getSeqNumFieldState()
- Returns:
- Returns the SeqNum Field State.
-
-