Package com.wombat.mamda
Interface MamdaTradeClosing
-
- All Superinterfaces:
MamdaBasicEvent
- All Known Implementing Classes:
MamdaTradeListener
public interface MamdaTradeClosing extends MamdaBasicEvent
MamdaTradeClosing is an interface that provides access to fields related to trade closing reports. There is no need to provide access to total volume, open/high/low, etc., since these fields are also available in the recap interface passed along with closing messages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.wombat.mama.MamaPrice
getClosePrice()
Return the Close price Today's closing price.short
getClosePriceFieldState()
boolean
getIsIndicative()
Return whether this closing price is indicative or official.short
getIsIndicativeFieldState()
-
Methods inherited from interface com.wombat.mamda.MamdaBasicEvent
getActivityTime, getActivityTimeFieldState, getEventSeqNum, getEventSeqNumFieldState, getEventTime, getEventTimeFieldState, getSrcTime, getSrcTimeFieldState
-
-
-
-
Method Detail
-
getClosePrice
com.wombat.mama.MamaPrice getClosePrice()
Return the Close price Today's closing price. The close price is populated when official closing prices are sent by the feed after the session close.
-
getClosePriceFieldState
short getClosePriceFieldState()
- Returns:
- Returns the ClosePrice Field State.
-
getIsIndicative
boolean getIsIndicative()
Return whether this closing price is indicative or official.
-
getIsIndicativeFieldState
short getIsIndicativeFieldState()
- Returns:
- Returns the IsIndicative Field State.
-
-