com.apama.md
Event DI


Single entry in a depth datastream.
Member Summary
 integerlevelIndex

The level this depth entry is for.
 floatprice

The Depth price (as a float).
 integerquantity

The quantity for this depth entry.
 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.

levelIndex

integer levelIndex
The level this depth entry is for.

price

float price
The Depth price (as a float).

quantity

integer quantity
The quantity for this depth entry.

updateType

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