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. |
sequence<com.apama.md.OI > | bids
A sequence of Order entries on the Bid side. |
sequence<com.apama.md.OI > | asks
A sequence of Order entries on the Ask side. |
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.
sequence<com.apama.md.OI > asksA sequence of Order entries on the Ask side.
sequence<com.apama.md.OI > bidsA sequence of Order entries on the Bid side.
integer connectionIdThe Id of the Connection this datastream event is for.
dictionary<string, string > epValuesA dictionary of Extra Parameter names, and their corresponding value (as a string) passed from the Source/Adapter.
integer sessionIdThe Id of the Source where this datastream event was sent from.
string symbolThe symbol which is associated with this datastream event.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |