MamdaQuoteClosing is an interface that provides access to quote closing related fields. More...
#include <MamdaQuoteClosing.h>
Public Member Functions | |
virtual const MamaPrice & | getBidClosePrice () const =0 |
Get the closing bid price. | |
virtual MamdaFieldState | getBidClosePriceFieldState () const =0 |
Get the closing bid price field state. | |
virtual const MamaPrice & | getAskClosePrice () const =0 |
Get the closing ask price. | |
virtual MamdaFieldState | getAskClosePriceFieldState () const =0 |
Get the closing bid price field state. | |
virtual | ~MamdaQuoteClosing () |
![]() | |
virtual const char * | getSymbol () const =0 |
Get the instruments string symbol. | |
virtual MamdaFieldState | getSymbolFieldState () const =0 |
Get the string symbol field state. | |
virtual const char * | getPartId () const =0 |
Get the participant identifier. | |
virtual MamdaFieldState | getPartIdFieldState () const =0 |
Get the participant identifier field state. | |
virtual mama_seqnum_t | getEventSeqNum () const =0 |
Get the event sequence number. | |
virtual MamdaFieldState | getEventSeqNumFieldState () const =0 |
Get the event sequence number field state. | |
virtual const MamaDateTime & | getEventTime () const =0 |
Get the event time. | |
virtual MamdaFieldState | getEventTimeFieldState () const =0 |
Get the event time field state. | |
virtual const MamaDateTime & | getSrcTime () const =0 |
Get the source time. | |
virtual MamdaFieldState | getSrcTimeFieldState () const =0 |
Get the source time field state. | |
virtual const MamaDateTime & | getActivityTime () const =0 |
Get the activity time. | |
virtual MamdaFieldState | getActivityTimeFieldState () const =0 |
Get the activity time field state. | |
virtual const MamaDateTime & | getLineTime () const =0 |
Get the line time. | |
virtual MamdaFieldState | getLineTimeFieldState () const =0 |
Get the line time of the update. | |
virtual const MamaDateTime & | getSendTime () const =0 |
Get the send time. | |
virtual MamdaFieldState | getSendTimeFieldState () const =0 |
Get the send time field state. | |
virtual const MamaMsgQual & | getMsgQual () const =0 |
Get the message qualifier. | |
virtual MamdaFieldState | getMsgQualFieldState () const =0 |
Get the message qualifier field state. | |
virtual | ~MamdaBasicEvent () |
Destructor. |
MamdaQuoteClosing is an interface that provides access to quote closing related fields.
|
virtual |
|
pure virtual |
Get the closing bid price.
Implemented in Wombat::MamdaQuoteListener.
|
pure virtual |
Get the closing bid price field state.
Implemented in Wombat::MamdaQuoteListener.
|
pure virtual |
Get the closing ask price.
Implemented in Wombat::MamdaQuoteListener.
|
pure virtual |
Get the closing bid price field state.
Implemented in Wombat::MamdaQuoteListener.