Inherits from com.wombat.mamda.MamdaBasicEvent
Inherited by com.wombat.mamda.MamdaTradeListener
Name | |
---|---|
MamaPrice | getClosePrice() |
short | getClosePriceFieldState() |
boolean | getIsIndicative() |
short | getIsIndicativeFieldState() |
Public Functions inherited from com.wombat.mamda.MamdaBasicEvent
Name | |
---|---|
MamaDateTime | getSrcTime() |
short | getSrcTimeFieldState() |
MamaDateTime | getActivityTime() |
short | getActivityTimeFieldState() |
long | getEventSeqNum() |
short | getEventSeqNumFieldState() |
MamaDateTime | getEventTime() |
short | getEventTimeFieldState() |
class com::wombat::mamda::MamdaTradeClosing;
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.
MamaPrice getClosePrice()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::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.
short getClosePriceFieldState()
Return: Returns the ClosePrice Field State.
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getClosePriceFieldState
boolean getIsIndicative()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getIsIndicative
Return whether this closing price is indicative or official.
short getIsIndicativeFieldState()
Return: Returns the IsIndicative Field State.
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getIsIndicativeFieldState
Updated on 2023-03-31 at 15:30:35 +0100