FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member summary | |
---|---|
action<> returns string | getSymbol
Returns the symbols this News item relates to. |
action<> returns string | getNewsId
Returns the story Id for this News item. |
action<> returns integer | getUpdateType
Returns the update type for this News item. 0 - Add (new), 1 - Modify (update), 2 - Remove (delete) (see DatastreamConstants in MDConstants.mon for details). |
action<> returns string | getHeadline
Returns the headline for this News item. |
action<> returns string | getStory
Returns the story text for this News item. |
action<> returns float | getActualValue
Returns the actual value for this News item. |
action<> returns float | getSourceTimestamp
Returns the source timestamp associated with this News item. |
action<> returns dictionary<string, string> | getData
Returns the data structure for this News item. |
action<> returns dictionary<string, com.apama.md.NSI> | getNewsSchema
Returns the schema for this News feed. |
action<string> returns com.apama.md.NSI | getNewsSchemaField
Returns the schema field for the supplied field name. |
action<> returns com.apama.md.adapter.ConnectionKey | getConnectionKey
Returns the ConnectionKey associated with this event. |
action<> returns dictionary<integer, float> | getTimestamps
Returns the timestamps associated with this event. |
action<> returns com.apama.md.N | getRawData
Returns the data as a com.apama.md.N event. Note that this is a potentially expensive operation since it involves cloning of the object. |
Member detail |
---|
action<> returns float getActualValueReturns the actual value for this News item.
action<> returns com.apama.md.adapter.ConnectionKey getConnectionKeyReturns the ConnectionKey associated with this event.
action<> returns dictionary<string, string> getDataReturns the data structure for this News item.
action<> returns string getHeadlineReturns the headline for this News item.
action<> returns string getNewsIdReturns the story Id for this News item.
action<> returns dictionary<string, com.apama.md.NSI> getNewsSchemaReturns the schema for this News feed.
action<string> returns com.apama.md.NSI getNewsSchemaFieldReturns the schema field for the supplied field name.
action<> returns com.apama.md.N getRawDataReturns the data as a com.apama.md.N event. Note that this is a potentially expensive operation since it involves cloning of the object.
action<> returns float getSourceTimestampReturns the source timestamp associated with this News item.
action<> returns string getStoryReturns the story text for this News item.
action<> returns string getSymbolReturns the symbols this News item relates to.
action<> returns dictionary<integer, float> getTimestampsReturns the timestamps associated with this event.
action<> returns integer getUpdateTypeReturns the update type for this News item. 0 - Add (new), 1 - Modify (update), 2 - Remove (delete) (see DatastreamConstants in MDConstants.mon for details).
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |