FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
integer | sessionId
The Id of the Source where this datastream event was sent from. |
integer | connectionId
The Id of the Connection this datastream event is for. |
string | symbol
Symbol this story relates to if subscribed per symbol, else blank. |
string | newsId
Unique identifier for this story. |
integer | updateType
Update type. 0 - Add (new), 1 - Modify (update) (see DatastreamConstants in MDConstants.mon for details). |
wildcard string | headline
The headline of this news story. |
wildcard string | story
The news story. |
float | actualValue
The value, used for economic indicators. |
float | sourceTimestamp
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 |
---|
dictionary<integer, float > __timestampsThe timestamp when this datastream event was sent from the Source/Adapter.
float actualValueThe value, used for economic indicators.
integer connectionIdThe Id of the Connection this datastream event is for.
dictionary<string, string > dataElementised data structure associated with the news story in key:value pairs.
wildcard string headlineThe headline of this news story.
string newsIdUnique identifier for this story.
integer sessionIdThe Id of the Source where this datastream event was sent from.
float sourceTimestampUTC Epoch timestamp from the news source.
wildcard string storyThe news story.
string symbolSymbol this story relates to if subscribed per symbol, else blank.
integer updateTypeUpdate type. 0 - Add (new), 1 - Modify (update) (see DatastreamConstants in MDConstants.mon for details).
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |