com.apama.md.client
Event AggEntryInterface
Represents one individual entry in the aggregated book: either an order, or an entry in a market-by-price feed.
getEntryLeg
action<integer > returns com.apama.md.client.AggLegEntryInterface getEntryLeg
Returns a specific leg of the entry.
getLegs
action< > returns sequence<com.apama.md.client.AggLegEntry > getLegs
Returns all the legs of this book entry.
getPrice
action< > returns float getPrice
Returns the price of this book entry as a float.
getPriorityIndex
action< > returns integer getPriorityIndex
Returns the priorityIndex of this book entry as an integer.
getQuantity
action< > returns integer getQuantity
Returns the quantity of this book entry.