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.
Member summary
 action<> returns floatgetPrice

Returns the price of this book entry as a float.
 action<> returns integergetPriorityIndex

Returns the priorityIndex of this book entry as an integer.
 action<> returns integergetQuantity

Returns the quantity of this book entry.
 action<> returns sequence<com.apama.md.client.AggLegEntry>getLegs

Returns all the legs of this book entry.
 action<integer> returns com.apama.md.client.AggLegEntryInterfacegetEntryLeg

Returns a specific leg of the entry.
 
Member detail

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.AggLegEntrygetLegs
        
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.