com.apama.md
Event N


News datastream event.
Member summary
 integersessionId

The Id of the Source where this datastream event was sent from.
 integerconnectionId

The Id of the Connection this datastream event is for.
 stringsymbol

Symbol this story relates to if subscribed per symbol, else blank.
 stringnewsId

Unique identifier for this story.
 integerupdateType

Update type. 0 - Add (new), 1 - Modify (update) (see DatastreamConstants in MDConstants.mon for details).
 wildcard stringheadline

The headline of this news story.
 wildcard stringstory

The news story.
 floatactualValue

The value, used for economic indicators.
 floatsourceTimestamp

UTC Epoch timestamp from the news source.
 dictionary<string, string>data

Elementised data structure associated with the news story in key:value pairs.
 dictionary<integer, float>__timestamps

The timestamp when this datastream event was sent from the Source/Adapter.
 
Member detail

__timestamps

dictionary<integer, float> __timestamps
The timestamp when this datastream event was sent from the Source/Adapter.

actualValue

float actualValue
The value, used for economic indicators.

connectionId

integer connectionId
The Id of the Connection this datastream event is for.

data

dictionary<string, string> data
Elementised data structure associated with the news story in key:value pairs.

headline

wildcard string headline
The headline of this news story.

newsId

string newsId
Unique identifier for this story.

sessionId

integer sessionId
The Id of the Source where this datastream event was sent from.

sourceTimestamp

float sourceTimestamp
UTC Epoch timestamp from the news source.

story

wildcard string story
The news story.

symbol

string symbol
Symbol this story relates to if subscribed per symbol, else blank.

updateType

integer updateType
Update type. 0 - Add (new), 1 - Modify (update) (see DatastreamConstants in MDConstants.mon for details).