com.apama.md
Event OI


Single entry from a full orderbook datastream.
Member summary
 integerpriorityIndex

The index which this order entry is for.
 floatprice

The Order price (as a float).
 integerquantity

The quantity for this order entry.
 stringparty

The name of the party making the order.
 stringorderId

The Order Id.
 integerupdateType

Update type. 0 - Add, 1 - Modify, 2 - Remove (see DatastreamConstants in MDConstants.mon for details).
 dictionary<string, string>epValues

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

epValues

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

orderId

            string orderId
        
The Order Id.

party

            string party
        
The name of the party making the order.

price

            float price
        
The Order price (as a float).

priorityIndex

            integer priorityIndex
        
The index which this order entry is for.

quantity

            integer quantity
        
The quantity for this order entry.

updateType

            integer updateType
        
Update type. 0 - Add, 1 - Modify, 2 - Remove (see DatastreamConstants in MDConstants.mon for details).