com.apama.md.client
Event DepthItemInterface


Represents one individual depth entry.
Member Summary
 action< > returns floatgetPrice

Returns the price of this depth as a float.
 action< > returns integergetQuantity

Returns the quantity of this depth.
 action< > returns com.apama.md.client.EPValuesInterfacegetEPValuesInterface

Returns the extra param values interface of this depth.
 
Member Detail

getEPValuesInterface

action< > returns com.apama.md.client.EPValuesInterface getEPValuesInterface
Returns the extra param values interface of this depth.

getPrice

action< > returns float getPrice
Returns the price of this depth as a float.

getQuantity

action< > returns integer getQuantity
Returns the quantity of this depth.