Package com.wombat.mamda
Interface MamdaOrderImbalanceUpdate
-
- All Superinterfaces:
MamdaBasicEvent
- All Known Implementing Classes:
MamdaOrderImbalanceListener
public interface MamdaOrderImbalanceUpdate extends MamdaBasicEvent
MamdaOrderImbalanceUpdate is an interface that provides access to order imbalance related fields.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.wombat.mama.MamaDateTime
getActivityTime()
short
getActivityTimeFieldState()
return Activity time Field State MODIFIED (2) value indicates the fied was updated in last tick NOT MODIFIED (1) value indicate that there was no change in the last tick NOT_INITIALISED (0) value indicates that the field has never been updatedcom.wombat.mama.MamaDateTime
getAuctionTime()
short
getAuctionTimeFieldState()
long
getBuyVolume()
short
getBuyVolumeFieldState()
char
getCrossType()
short
getCrossTypeFieldState()
long
getEventSeqNum()
short
getEventSeqNumFieldState()
return source sequence number Field State MODIFIED (2) value indicates the fied was updated in last tick NOT MODIFIED (1) value indicate that there was no change in the last tick NOT_INITIALISED (0) value indicates that the field has never been updatedcom.wombat.mama.MamaDateTime
getEventTime()
short
getEventTimeFieldState()
return event time Field State MODIFIED (2) value indicates the fied was updated in last tick NOT MODIFIED (1) value indicate that there was no change in the last tick NOT_INITIALISED (0) value indicates that the field has never been updatedcom.wombat.mama.MamaPrice
getFarClearingPrice()
short
getFarClearingPriceFieldState()
com.wombat.mama.MamaPrice
getHighIndicationPrice()
short
getHighIndicationPriceFieldState()
com.wombat.mama.MamaPrice
getImbalancePrice()
short
getImbalancePriceFieldState()
java.lang.String
getImbalanceState()
short
getImbalanceStateFieldState()
java.lang.String
getIssueSymbol()
short
getIssueSymbolFieldState()
com.wombat.mama.MamaPrice
getLowIndicationPrice()
short
getLowIndicationPriceFieldState()
com.wombat.mama.MamaPrice
getMatchPrice()
short
getMatchPriceFieldState()
long
getMatchVolume()
short
getMatchVolumeFieldState()
int
getMsgType()
short
getMsgTypeFieldState()
com.wombat.mama.MamaPrice
getNearClearingPrice()
short
getNearClearingPriceFieldState()
char
getNoClearingPrice()
short
getNoClearingPriceFieldState()
java.lang.String
getPartId()
short
getPartIdFieldState()
char
getPriceVarInd()
short
getPriceVarIndFieldState()
java.lang.String
getSecurityStatusOrig()
short
getSecurityStatusOrigFieldState()
com.wombat.mama.MamaDateTime
getSecurityStatusTime()
short
getSecurityStatusTimeFieldState()
long
getSellVolume()
short
getSellVolumeFieldState()
int
getSeqNum()
short
getSeqNumFieldState()
-
Methods inherited from interface com.wombat.mamda.MamdaBasicEvent
getSrcTime, getSrcTimeFieldState
-
-
-
-
Method Detail
-
getActivityTime
com.wombat.mama.MamaDateTime getActivityTime()
- Specified by:
getActivityTime
in interfaceMamdaBasicEvent
- Returns:
- Returns the ActivityTime.
-
getActivityTimeFieldState
short getActivityTimeFieldState()
Description copied from interface:MamdaBasicEvent
return Activity time Field State MODIFIED (2) value indicates the fied was updated in last tick NOT MODIFIED (1) value indicate that there was no change in the last tick NOT_INITIALISED (0) value indicates that the field has never been updated- Specified by:
getActivityTimeFieldState
in interfaceMamdaBasicEvent
- 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()
- Specified by:
getEventSeqNum
in interfaceMamdaBasicEvent
- Returns:
- Returns the EventSeqNum.
-
getEventSeqNumFieldState
short getEventSeqNumFieldState()
Description copied from interface:MamdaBasicEvent
return source sequence number Field State MODIFIED (2) value indicates the fied was updated in last tick NOT MODIFIED (1) value indicate that there was no change in the last tick NOT_INITIALISED (0) value indicates that the field has never been updated- Specified by:
getEventSeqNumFieldState
in interfaceMamdaBasicEvent
- Returns:
- Returns the EventSeqNum Field State.
-
getEventTime
com.wombat.mama.MamaDateTime getEventTime()
- Specified by:
getEventTime
in interfaceMamdaBasicEvent
- Returns:
- Returns the EventTime.
-
getEventTimeFieldState
short getEventTimeFieldState()
Description copied from interface:MamdaBasicEvent
return event time Field State MODIFIED (2) value indicates the fied was updated in last tick NOT MODIFIED (1) value indicate that there was no change in the last tick NOT_INITIALISED (0) value indicates that the field has never been updated- Specified by:
getEventTimeFieldState
in interfaceMamdaBasicEvent
- 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 Field State.
-
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()
- Returns:
- Returns the PartId.
-
getPartIdFieldState
short getPartIdFieldState()
- 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.
-
-