Public Member Functions |
virtual const char * | getHeadlineText () const =0 |
virtual const char * | getNewsSourceId () const =0 |
virtual const char * | getNewsOrigSourceId () const =0 |
virtual const char * | getLanguageId () const =0 |
virtual void | getNativeCodes (const char **&codes, mama_size_t &numCodes) const =0 |
| Get an array of native meta-data codes associated with this news story.
|
virtual void | getNativeRelatedSymbols (const char **&symbols, mama_size_t &numSymbols) const =0 |
| Get an array of native feed symbol codes associated with this news story.
|
virtual void | getIndustries (const char **&industries, mama_size_t &numIndustries) const =0 |
| Get an array of normalized industry codes associated with this news story.
|
virtual void | getMarketSectors (const char **&marketSectors, mama_size_t &numMarketSectors) const =0 |
| Get an array of normalized market sector codes associated with this news story.
|
virtual void | getRegions (const char **®ions, mama_size_t &numRegions) const =0 |
| Get an array of normalized region codes associated with this news story.
|
virtual void | getCountries (const char **&countries, mama_size_t &numCountries) const =0 |
| Get an array of ISO country codes associated with this news story.
|
virtual void | getTopics (const char **&topics, mama_size_t &numTopics) const =0 |
| Get an array of normalized topic (or "subject") codes associated with this news story.
|
virtual void | getProducts (const char **&products, mama_size_t &numProducts) const =0 |
| Get an array of normalized product codes associated with this news story.
|
virtual void | getMiscCodes (const char **&miscCodes, mama_size_t &numMiscCodes) const =0 |
| Get an array of normalized miscellaneous codes associated with this news story.
|
virtual void | getRelatedSymbols (const char **&symbols, mama_size_t &numSymbols) const =0 |
| Get an array of normalized symbol codes associated with this news story.
|
virtual MamdaNewsPriority | getNewsPriority () const =0 |
virtual mama_u16_t | getNewsStoryRevNumber () const =0 |
virtual const MamaDateTime & | getNewsOrigStoryTime () const =0 |
virtual | ~MamdaNewsMetaData () |
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.
|
MamdaNewsMetaData represents information about many types of attributes associated with the news headline.
Note that some information is inherited from the MamdaBasicEvent, including the source time (the time the data source sent the headline) and the event time (the time the article was actually published). Depending upon the richness of information provided by a particular data source, the source time and event time may be the same.