Classes Files

com::wombat::mamda::MamdaTradeClosing

More…

Inherits from com.wombat.mamda.MamdaBasicEvent

Inherited by com.wombat.mamda.MamdaTradeListener

Public Functions

  Name
MamaPrice getClosePrice()
short getClosePriceFieldState()
boolean getIsIndicative()
short getIsIndicativeFieldState()

Additional inherited members

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()

Detailed Description

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.

Public Functions Documentation

function getClosePrice

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.

function getClosePriceFieldState

short getClosePriceFieldState()

Return: Returns the ClosePrice Field State.

Reimplemented by: com::wombat::mamda::MamdaTradeListener::getClosePriceFieldState

function getIsIndicative

boolean getIsIndicative()

Reimplemented by: com::wombat::mamda::MamdaTradeListener::getIsIndicative

Return whether this closing price is indicative or official.

function getIsIndicativeFieldState

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