com.apama.md
Event XLeg


Leg entry specific entry per-leg from a multi-leg datastream snapshot/delta event. These events are not routed.
Member summary
 floatprice

Price of this leg.
 integerquantity

Quantity available.
 stringorderId

The Order Id or Quote Id.
 stringparty

The name of the party making the order.
 booleantradeable

Whether this item is tradeable or not. Defaults to TRUE.
 integerstaticDataIndex

Index into XLegStaticData sequence for extra data.
 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.
 
Member detail

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.

orderId

            string orderId
        
The Order Id or Quote Id.

party

            string party
        
The name of the party making the order.

price

            float price
        
Price of this leg.

quantity

            integer quantity
        
Quantity available.

staticDataIndex

            integer staticDataIndex
        
Index into XLegStaticData sequence for extra data.

tradeable

            boolean tradeable
        
Whether this item is tradeable or not. Defaults to TRUE.