#include <MamdaQuoteClosing.h>
Inherits from Wombat::MamdaBasicEvent
Inherited by Wombat::MamdaQuoteListener
Name | |
---|---|
virtual const MamaPrice & | getBidClosePrice() const =0 |
virtual MamdaFieldState | getBidClosePriceFieldState() const =0 |
virtual const MamaPrice & | getAskClosePrice() const =0 |
virtual MamdaFieldState | getAskClosePriceFieldState() const =0 |
virtual | ~MamdaQuoteClosing() |
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() |
class Wombat::MamdaQuoteClosing;
MamdaQuoteClosing is an interface that provides access to quote closing related fields.
virtual const MamaPrice & getBidClosePrice() const =0
Return: Today’s closing bid price, after the market has closed and the stock has traded today.
Reimplemented by: Wombat::MamdaQuoteListener::getBidClosePrice
Get the closing bid price.
virtual MamdaFieldState getBidClosePriceFieldState() const =0
Return: MamdaFieldState. An enumeration representing field state.
Reimplemented by: Wombat::MamdaQuoteListener::getBidClosePriceFieldState
Get the closing bid price field state
virtual const MamaPrice & getAskClosePrice() const =0
Return: Today’s closing ask price, after the market has closed and the stock has traded today.
Reimplemented by: Wombat::MamdaQuoteListener::getAskClosePrice
Get the closing ask price.
virtual MamdaFieldState getAskClosePriceFieldState() const =0
Return: MamdaFieldState. An enumeration representing field state.
Reimplemented by: Wombat::MamdaQuoteListener::getAskClosePriceFieldState
Get the closing bid price field state
inline virtual ~MamdaQuoteClosing()
Updated on 2023-03-31 at 15:29:58 +0100