Classes Files

Wombat::MamdaCurrencyRecap

More…

#include <MamdaCurrencyRecap.h>

Inherits from Wombat::MamdaBasicRecap

Inherited by Wombat::MamdaCurrencyListener

Public Functions

  Name
virtual const MamaPrice & getBidPrice() const =0
virtual const MamaPrice & getAskPrice() const =0
virtual MamdaFieldState getBidPriceFieldState() const =0
virtual MamdaFieldState getAskPriceFieldState() const =0
virtual ~MamdaCurrencyRecap()

Additional inherited members

Public Functions inherited from Wombat::MamdaBasicRecap

  Name
virtual const char * getSymbol() const =0
virtual MamdaFieldState getSymbolFieldState() const =0
virtual const char * getPartId() const =0
virtual MamdaFieldState getPartIdFieldState() 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 ~MamdaBasicRecap()

Detailed Description

class Wombat::MamdaCurrencyRecap;

MamdaCurrencyRecap is an interface that provides access to the currency related fields.

Public Functions Documentation

function getBidPrice

virtual const MamaPrice & getBidPrice() const =0

Return: Bid price. The highest price that the representative party/group is willing to pay to buy the security.

Reimplemented by: Wombat::MamdaCurrencyListener::getBidPrice

Get the currency bid price.

function getAskPrice

virtual const MamaPrice & getAskPrice() const =0

Return: Ask price. The lowest price that the representative party/group is willing to take to sell the security.

Reimplemented by: Wombat::MamdaCurrencyListener::getAskPrice

Get the currency ask price.

function getBidPriceFieldState

virtual MamdaFieldState getBidPriceFieldState() const =0

Return: MamdaFieldState. An enumeration representing field state.

Reimplemented by: Wombat::MamdaCurrencyListener::getBidPriceFieldState

Get the quote ask price fieldState

function getAskPriceFieldState

virtual MamdaFieldState getAskPriceFieldState() const =0

Return: MamdaFieldState. An enumeration representing field state.

Reimplemented by: Wombat::MamdaCurrencyListener::getAskPriceFieldState

Get the quote ask price fieldState

function ~MamdaCurrencyRecap

inline virtual ~MamdaCurrencyRecap()

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