Classes Files

Wombat::MamdaTradeClosing

More…

#include <MamdaTradeClosing.h>

Inherits from Wombat::MamdaBasicEvent

Inherited by Wombat::MamdaTradeListener

Public Functions

  Name
virtual const MamaPrice & getClosePrice() const =0
virtual MamdaFieldState getClosePriceFieldState() const =0
virtual bool getIsIndicative() const =0
virtual ~MamdaTradeClosing()

Additional inherited members

Public Functions inherited from Wombat::MamdaBasicEvent

  Name
virtual const char * getSymbol() const =0
virtual MamdaFieldState getSymbolFieldState() const =0
virtual const char * getPartId() const =0
virtual MamdaFieldState getPartIdFieldState() const =0
virtual mama_seqnum_t getEventSeqNum() const =0
virtual MamdaFieldState getEventSeqNumFieldState() const =0
virtual const MamaDateTime & getEventTime() const =0
virtual MamdaFieldState getEventTimeFieldState() const =0
virtual const MamaDateTime & getSrcTime() const =0
virtual MamdaFieldState getSrcTimeFieldState() const =0
virtual const MamaDateTime & getActivityTime() const =0
virtual MamdaFieldState getActivityTimeFieldState() const =0
virtual const MamaDateTime & getLineTime() const =0
virtual MamdaFieldState getLineTimeFieldState() const =0
virtual const MamaDateTime & getSendTime() const =0
virtual MamdaFieldState getSendTimeFieldState() const =0
virtual const MamaMsgQual & getMsgQual() const =0
virtual MamdaFieldState getMsgQualFieldState() const =0
virtual ~MamdaBasicEvent()

Detailed Description

class Wombat::MamdaTradeClosing;

MamdaTradeClosing is an interface that provides access to trade closing related fields.

Public Functions Documentation

function getClosePrice

virtual const MamaPrice & getClosePrice() const =0

Return: The trade closing price.

Reimplemented by: Wombat::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

virtual MamdaFieldState getClosePriceFieldState() const =0

Return: MamdaFieldState. An enumeration representing field state.

Reimplemented by: Wombat::MamdaTradeListener::getClosePriceFieldState

Get the field state

function getIsIndicative

virtual bool getIsIndicative() const =0

Return: Whether the closing price is indicative or otherwise.

Reimplemented by: Wombat::MamdaTradeListener::getIsIndicative

Return whether this closing price is indicative or official.

function ~MamdaTradeClosing

inline virtual ~MamdaTradeClosing()

Updated on 2023-03-31 at 15:29:58 +0100