com.apama.md
Event T


Trade 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.
 floatprice

The price of the trade (as a float).
 integerquantity

The quantity of the Trade.
 stringtaker

The taker for the Trade.
 stringreceiver

The receiver for the Trade.
 stringcurrency

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

__timestamps

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

connectionId

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

currency

            string currency
        
The currency used for the Trade.

epValues

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

price

            float price
        
The price of the trade (as a float).

quantity

            integer quantity
        
The quantity of the Trade.

receiver

            string receiver
        
The receiver for the Trade.

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.

taker

            string taker
        
The taker for the Trade.