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
The symbol which is associated with this datastream event. |
float | price
The price of the trade (as a float). |
integer | quantity
The quantity of the Trade. |
string | taker
The taker for the Trade. |
string | receiver
The receiver for the Trade. |
string | currency
The currency used for the Trade. |
dictionary<string, string> | epValues
A dictionary of Extra Parameter names, and their corresponding value (as a string) passed from the Source/Adapter. |
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.
integer connectionIdThe Id of the Connection this datastream event is for.
string currencyThe currency used for the Trade.
dictionary<string, string> epValuesA dictionary of Extra Parameter names, and their corresponding value (as a string) passed from the Source/Adapter.
float priceThe price of the trade (as a float).
integer quantityThe quantity of the Trade.
string receiverThe receiver for the Trade.
integer sessionIdThe Id of the Source where this datastream event was sent from.
string symbolThe symbol which is associated with this datastream event.
string takerThe taker for the Trade.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |