com.apama.md
Event XD


Multi-leg compound delta datastream 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.
 integerlastChangedSessionId

The session that caused the most recent update.
 sequence<com.apama.md.XI>bids

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

A sequence of entries on the Ask side.
 dictionary<com.apama.md.XEPKey, dictionary<string, string>>epSourceValues

A dictionary of XEPKeys to 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.XIasks
        
A sequence of entries on the Ask side.

bids

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

connectionId

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

epSourceValues

            dictionary<com.apama.md.XEPKey, dictionary<string, string>> epSourceValues
        
A dictionary of XEPKeys to a dictionary of Extra Parameter names, and their corresponding value (as a string) passed from the Source/Adapter.

lastChangedSessionId

            integer lastChangedSessionId
        
The session that caused the most recent update.

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.