com.apama.md
Event DD


Depth by price datastream incremental sequence event.
Member summary
 integersessionId

The Id of the Source where this datastream event was sent from.
 integerconnectionId

The Id of the Connection this datastream event is for.
 stringsymbol

The symbol which is associated with this datastream event.
 sequence<com.apama.md.DI>bids

A sequence of Depth entries on the Bid side.
 sequence<com.apama.md.DI>asks

A sequence of Depth 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

__timestamps

            dictionary<integer, float> __timestamps
        
The timestamp when this datastream event was sent from the Source/Adapter.

asks

            sequence<com.apama.md.DIasks
        
A sequence of Depth entries on the Ask side.

bids

            sequence<com.apama.md.DIbids
        
A sequence of Depth entries on the Bid side.

connectionId

            integer connectionId
        
The Id of the Connection this datastream event is for.

epValues

            dictionary<string, string> epValues
        
A dictionary of Extra Parameter names, and their corresponding value (as a string) passed from the Source/Adapter.

sessionId

            integer sessionId
        
The Id of the Source where this datastream event was sent from.

symbol

            string symbol
        
The symbol which is associated with this datastream event.