OpenMAMA
Wombat::MamdaQuoteClosing Class Referenceabstract

MamdaQuoteClosing is an interface that provides access to quote closing related fields. More...

#include <MamdaQuoteClosing.h>

Inheritance diagram for Wombat::MamdaQuoteClosing:
Wombat::MamdaBasicEvent Wombat::MamdaQuoteListener

Public Member Functions

virtual const MamaPrice & getBidClosePrice () const =0
 Get the closing bid price. More...
 
virtual MamdaFieldState getBidClosePriceFieldState () const =0
 Get the closing bid price field state. More...
 
virtual const MamaPrice & getAskClosePrice () const =0
 Get the closing ask price. More...
 
virtual MamdaFieldState getAskClosePriceFieldState () const =0
 Get the closing bid price field state. More...
 
virtual ~MamdaQuoteClosing ()
 
- 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

MamdaQuoteClosing is an interface that provides access to quote closing related fields.

Constructor & Destructor Documentation

virtual Wombat::MamdaQuoteClosing::~MamdaQuoteClosing ( )
virtual
69 {};

Member Function Documentation

virtual const MamaPrice& Wombat::MamdaQuoteClosing::getBidClosePrice ( ) const
pure virtual

Get the closing bid price.

Returns
Today's closing bid price, after the market has closed and the stock has traded today.

Implemented in Wombat::MamdaQuoteListener.

virtual MamdaFieldState Wombat::MamdaQuoteClosing::getBidClosePriceFieldState ( ) const
pure virtual

Get the closing bid price field state.

Returns
MamdaFieldState. An enumeration representing field state.

Implemented in Wombat::MamdaQuoteListener.

virtual const MamaPrice& Wombat::MamdaQuoteClosing::getAskClosePrice ( ) const
pure virtual

Get the closing ask price.

Returns
Today's closing ask price, after the market has closed and the stock has traded today.

Implemented in Wombat::MamdaQuoteListener.

virtual MamdaFieldState Wombat::MamdaQuoteClosing::getAskClosePriceFieldState ( ) const
pure virtual

Get the closing bid price field state.

Returns
MamdaFieldState. An enumeration representing field state.

Implemented in Wombat::MamdaQuoteListener.


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


© 2012 Linux Foundation