MamdaSecStatus is an interface that provides access to the Security Status fields such as symbol announce messages. More...
#include <MamdaSecStatus.h>
Public Member Functions | |
| virtual const char * | getIssueSymbol () const =0 |
| The "name" of the instrument (e.g. More... | |
| virtual MamdaFieldState | getIssueSymbolFieldState () const =0 |
| Get the issue symbol field state. More... | |
| virtual const char * | getReason () const =0 |
| Unnormalized (feed-specific) reason associated with the current status of the security (e.g. More... | |
| virtual MamdaFieldState | getReasonFieldState () const =0 |
| Get the reason field state. More... | |
| virtual char | getShortSaleCircuitBreaker () const =0 |
| virtual MamdaFieldState | getShortSaleCircuitBreakerFieldState () const =0 |
| virtual char | getSecurityAction () const =0 |
| Action related to this security. More... | |
| virtual MamdaFieldState | getSecurityActionFieldState () const =0 |
| Get the security action field state. More... | |
| virtual const char * | getSecurityType () const =0 |
| The security type. More... | |
| virtual MamdaFieldState | getSecurityTypeFieldState () const =0 |
| Get the security type field state. More... | |
| virtual const char * | getSecurityStatus () const =0 |
| NYSE Technologies normalised security status. More... | |
| virtual MamdaFieldState | getSecurityStatusFieldState () const =0 |
| Get the security status field state. More... | |
| virtual const char * | getSecurityStatusQual () const =0 |
| Security status qualifier. More... | |
| virtual MamdaFieldState | getSecurityStatusQualFieldState () const =0 |
| Get the security status qualifier field state. More... | |
| virtual const char * | getSecurityStatusNative () const =0 |
| Original "security status" field sent by the feed. More... | |
| virtual MamdaFieldState | getSecurityStatusNativeFieldState () const =0 |
| Get the native security status field state. More... | |
| virtual const char * | getFreeText () const =0 |
| Arbitrary free text associated with the security status change. More... | |
| virtual MamdaFieldState | getFreeTextFieldState () const =0 |
| Get the free text field field state. More... | |
| virtual | ~MamdaSecStatus () |
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... | |
MamdaSecStatus is an interface that provides access to the Security Status fields such as symbol announce messages.
|
pure virtual |
The "name" of the instrument (e.g.
IBM, CSCO, MSFT.INCA, etc.).
Implemented in Wombat::MamdaSecStatusListener.
|
pure virtual |
Get the issue symbol field state.
Implemented in Wombat::MamdaSecStatusListener.
|
pure virtual |
Unnormalized (feed-specific) reason associated with the current status of the security (e.g.
halted, delayed, etc.). For normalized field, see getSecurityStatusQual.
Implemented in Wombat::MamdaSecStatusListener.
|
pure virtual |
Get the reason field state.
Implemented in Wombat::MamdaSecStatusListener.
|
pure virtual |
Implemented in Wombat::MamdaSecStatusListener.
|
pure virtual |
Implemented in Wombat::MamdaSecStatusListener.
|
pure virtual |
Action related to this security.
Implemented in Wombat::MamdaSecStatusListener.
|
pure virtual |
Get the security action field state.
Implemented in Wombat::MamdaSecStatusListener.
|
pure virtual |
The security type.
Implemented in Wombat::MamdaSecStatusListener.
|
pure virtual |
Get the security type field state.
Implemented in Wombat::MamdaSecStatusListener.
|
pure virtual |
NYSE Technologies normalised security status.
See getSecurityStatusOrig for the original exchange value.
Implemented in Wombat::MamdaSecStatusListener.
|
pure virtual |
Get the security status field state.
Implemented in Wombat::MamdaSecStatusListener.
|
pure virtual |
Security status qualifier.
Implemented in Wombat::MamdaSecStatusListener.
|
pure virtual |
Get the security status qualifier field state.
Implemented in Wombat::MamdaSecStatusListener.
|
pure virtual |
Original "security status" field sent by the feed.
NYSE Technologies feed handlers also send normalized security status.
Implemented in Wombat::MamdaSecStatusListener.
|
pure virtual |
Get the native security status field state.
Implemented in Wombat::MamdaSecStatusListener.
|
pure virtual |
Arbitrary free text associated with the security status change.
Implemented in Wombat::MamdaSecStatusListener.
|
pure virtual |
Get the free text field field state.
Implemented in Wombat::MamdaSecStatusListener.