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.
Inherits from Wombat.MamdaBasicEvent
Inherited by Wombat.MamdaTradeListener
| Name | |
|---|---|
| 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. |
| MamdaFieldState | getClosePriceFieldState() Get the field state |
| bool | getIsIndicative() Return whether this closing price is indicative or official. |
| MamdaFieldState | getIsIndicativeFieldState() Get the field state |
Public Functions inherited from Wombat.MamdaBasicEvent
| Name | |
|---|---|
| DateTime | getSrcTime() Returns the source time. |
| MamdaFieldState | getSrcTimeFieldState() Returns the field state. |
| DateTime | getActivityTime() |
| MamdaFieldState | getActivityTimeFieldState() Returns the field state. |
| long | getEventSeqNum() |
| MamdaFieldState | getEventSeqNumFieldState() Returns the field state. |
| DateTime | getEventTime() |
| MamdaFieldState | getEventTimeFieldState() Returns the field state. |
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.
Return:
Reimplemented by: Wombat::MamdaTradeListener::getClosePrice
MamdaFieldState getClosePriceFieldState()
Get the field state
Return: Field State
Reimplemented by: Wombat::MamdaTradeListener::getClosePriceFieldState
bool getIsIndicative()
Return whether this closing price is indicative or official.
Return:
Reimplemented by: Wombat::MamdaTradeListener::getIsIndicative
MamdaFieldState getIsIndicativeFieldState()
Get the field state
Return: Field State
Reimplemented by: Wombat::MamdaTradeListener::getIsIndicativeFieldState
Updated on 2023-03-31 at 15:30:14 +0100