com.apama.marketdata
Event DepthDataView
This event enables services to publish a dataview of depth data they have access to.
-
Since:
- CMF 1.1.0
-
Version:
- 10.11
-
See Also:
- com.apama.dataview.Publisher - This service uses the dataview publisher to enable it to publish the depth dataview
-
com.apama.marketdata.Depth - The data type the publisher will represent as a dataview
Constant summary |
constant string | DV_DESCRIPTION := "A dataview to display current market depth"
|
constant string | DV_NAME := "com.apama.marketdata.Depth"
|
DV_DESCRIPTION
constant string DV_DESCRIPTION := "A dataview to display current market depth"
DV_NAME
constant string DV_NAME := "com.apama.marketdata.Depth"
initialise
void initialise()
Before the DataView Manager can be used it needs to be initialised.
remove
void remove(com.apama.marketdata.DepthKey key)
This action is used remove a row from the dataview.
-
Parameters:
-
key - The depth key that represents the source of this data
set
void set(com.apama.marketdata.DepthKey key, com.apama.marketdata.Depth depth)
This action is used to set a row in the dataview.
-
Parameters:
-
key - The depth key that represents the source of this data
-
depth - The depth data to publish
uninitialise
void uninitialise()
Uninitialise the DataView Manager.