OpenMAMA
Wombat::MamdaCurrencyRecap Class Reference

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

#include <MamdaCurrencyRecap.h>

Inheritance diagram for Wombat::MamdaCurrencyRecap:
Wombat::MamdaBasicRecap Wombat::MamdaCurrencyListener

Public Member Functions

virtual const MamaPrice & getBidPrice () const =0
 Get the currency bid price.
virtual const MamaPrice & getAskPrice () const =0
 Get the currency ask price.
virtual MamdaFieldState getBidPriceFieldState () const =0
 Get the quote ask price fieldState.
virtual MamdaFieldState getAskPriceFieldState () const =0
 Get the quote ask price fieldState.
virtual ~MamdaCurrencyRecap ()
- Public Member Functions inherited from Wombat::MamdaBasicRecap
virtual const char * getSymbol () const =0
 Get the string symbol for the instrument.
virtual MamdaFieldState getSymbolFieldState () const =0
 Get the string symbol field state for the instrument.
virtual const char * getPartId () const =0
 Get the participant identifier.
virtual MamdaFieldState getPartIdFieldState () const =0
 Get the participant identifier field state.
virtual const MamaDateTime & getSrcTime () const =0
 Get the source time of the update.
virtual MamdaFieldState getSrcTimeFieldState () const =0
 Get the source time field state.
virtual const MamaDateTime & getActivityTime () const =0
 Get the activity time of the update.
virtual MamdaFieldState getActivityTimeFieldState () const =0
 Get the activity time field state.
virtual const MamaDateTime & getLineTime () const =0
 Get the line time of the update.
virtual MamdaFieldState getLineTimeFieldState () const =0
 Get the line time field state.
virtual const MamaDateTime & getSendTime () const =0
 Get the send time of the update.
virtual MamdaFieldState getSendTimeFieldState () const =0
 Get the send time field state.
virtual ~MamdaBasicRecap ()
 Destructor.

Detailed Description

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

Constructor & Destructor Documentation

virtual Wombat::MamdaCurrencyRecap::~MamdaCurrencyRecap ( )
virtual
{};

Member Function Documentation

virtual const MamaPrice& Wombat::MamdaCurrencyRecap::getBidPrice ( ) const
pure virtual

Get the currency bid price.

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

Implemented in Wombat::MamdaCurrencyListener.

virtual const MamaPrice& Wombat::MamdaCurrencyRecap::getAskPrice ( ) const
pure virtual

Get the currency ask price.

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

Implemented in Wombat::MamdaCurrencyListener.

virtual MamdaFieldState Wombat::MamdaCurrencyRecap::getBidPriceFieldState ( ) const
pure virtual

Get the quote ask price fieldState.

Returns
MamdaFieldState. An enumeration representing field state.

Implemented in Wombat::MamdaCurrencyListener.

virtual MamdaFieldState Wombat::MamdaCurrencyRecap::getAskPriceFieldState ( ) const
pure virtual

Get the quote ask price fieldState.

Returns
MamdaFieldState. An enumeration representing field state.

Implemented in Wombat::MamdaCurrencyListener.


The documentation for this class was generated from the following file:


© 2012 Linux Foundation