MamdaOptionSeriesUpdate is an interface that provides access to fields related to option series update events. More...
#include <MamdaOptionSeriesUpdate.h>
Public Member Functions | |
const MamdaOptionContract * | getOptionContract () const |
char | getOptionAction () const |
Return the action related to the last series update message. More... | |
![]() | |
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... | |
Static Public Attributes | |
static const char | ACTION_UNKNOWN = ' ' |
static const char | ACTION_ADD = 'A' |
static const char | ACTION_DELETE = 'D' |
MamdaOptionSeriesUpdate is an interface that provides access to fields related to option series update events.
Update events include adds/removes of contracts to the chain.
const MamdaOptionContract* Wombat::MamdaOptionSeriesUpdate::getOptionContract | ( | ) | const |
char Wombat::MamdaOptionSeriesUpdate::getOptionAction | ( | ) | const |
Return the action related to the last series update message.
|
static |
|
static |
|
static |