OpenMAMA
Wombat::MamdaCurrencyUpdate Class Referenceabstract

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

#include <MamdaCurrencyUpdate.h>

Inheritance diagram for Wombat::MamdaCurrencyUpdate:
Wombat::MamdaBasicEvent Wombat::MamdaCurrencyListener

Public Member Functions

virtual const MamaPrice & getBidPrice () const =0
 Get the currency bid price. More...
 
virtual const MamaPrice & getAskPrice () const =0
 Get the currency ask price. More...
 
virtual MamdaFieldState getBidPriceFieldState () const =0
 Get the quote ask price fieldState. More...
 
virtual MamdaFieldState getAskPriceFieldState () const =0
 Get the quote ask price fieldState. More...
 
virtual ~MamdaCurrencyUpdate ()
 
- Public Member Functions inherited from Wombat::MamdaBasicEvent
virtual const char * getSymbol () const =0
 Get the instruments string symbol. More...
 
virtual MamdaFieldState getSymbolFieldState () const =0
 Get the string symbol field state. More...
 
virtual const char * getPartId () const =0
 Get the participant identifier. More...
 
virtual MamdaFieldState getPartIdFieldState () const =0
 Get the participant identifier field state. More...
 
virtual mama_seqnum_t getEventSeqNum () const =0
 Get the event sequence number. More...
 
virtual MamdaFieldState getEventSeqNumFieldState () const =0
 Get the event sequence number field state. More...
 
virtual const MamaDateTime & getEventTime () const =0
 Get the event time. More...
 
virtual MamdaFieldState getEventTimeFieldState () const =0
 Get the event time field state. More...
 
virtual const MamaDateTime & getSrcTime () const =0
 Get the source time. More...
 
virtual MamdaFieldState getSrcTimeFieldState () const =0
 Get the source time field state. More...
 
virtual const MamaDateTime & getActivityTime () const =0
 Get the activity time. More...
 
virtual MamdaFieldState getActivityTimeFieldState () const =0
 Get the activity time field state. More...
 
virtual const MamaDateTime & getLineTime () const =0
 Get the line time. More...
 
virtual MamdaFieldState getLineTimeFieldState () const =0
 Get the line time of the update. More...
 
virtual const MamaDateTime & getSendTime () const =0
 Get the send time. More...
 
virtual MamdaFieldState getSendTimeFieldState () const =0
 Get the send time field state. More...
 
virtual const MamaMsgQual & getMsgQual () const =0
 Get the message qualifier. More...
 
virtual MamdaFieldState getMsgQualFieldState () const =0
 Get the message qualifier field state. More...
 
virtual ~MamdaBasicEvent ()
 Destructor. More...
 

Detailed Description

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

Constructor & Destructor Documentation

virtual Wombat::MamdaCurrencyUpdate::~MamdaCurrencyUpdate ( )
virtual
70 {};

Member Function Documentation

virtual const MamaPrice& Wombat::MamdaCurrencyUpdate::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::MamdaCurrencyUpdate::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::MamdaCurrencyUpdate::getBidPriceFieldState ( ) const
pure virtual

Get the quote ask price fieldState.

Returns
MamdaFieldState. An enumeration representing field state.

Implemented in Wombat::MamdaCurrencyListener.

virtual MamdaFieldState Wombat::MamdaCurrencyUpdate::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