com.apama.md.client
Event AggLegEntryInterface


Represents one individual leg entry in the Agg entry.
Member summary
 action<> returns floatgetPrice

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

Returns the quantity of this book entry.
 action<> returns stringgetOrderId

Returns the orderID of this leg entry.
 action<> returns stringgetParty

Returns the party of this leg entry.
 action<> returns booleanisTradeable

Returns if its tradeable, this leg entry.
 action<> returns integergetStaticDataIndex

Returns static data index, this leg entry.
 action<> returns stringgetSymbol

Returns the symbol , this leg entry.
 action<> returns integergetConnectionId

Returns the ConnetionId , this leg entry.
 action<> returns integergetOriginatorId

Returns the OriginatorId , this leg entry.
 action<> returns integergetUnderlyingType

Returns the UnderlyingType , this leg entry.
 action<com.apama.md.XEPKey> returns com.apama.md.client.EPValuesInterfacegetEPValuesInterface

Returns the extra param values interface of this order.
 action<> returns sequence<com.apama.md.XEPKey>getAllXEPKeys

Returns a sequence of all XEPKeys.
 
Member detail

getAllXEPKeys

action<> returns sequence<com.apama.md.XEPKeygetAllXEPKeys
Returns a sequence of all XEPKeys.

getConnectionId

action<> returns integer getConnectionId
Returns the ConnetionId , this leg entry.

getEPValuesInterface

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

getOrderId

action<> returns string getOrderId
Returns the orderID of this leg entry.

getOriginatorId

action<> returns integer getOriginatorId
Returns the OriginatorId , this leg entry.

getParty

action<> returns string getParty
Returns the party of this leg entry.

getPrice

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

getQuantity

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

getStaticDataIndex

action<> returns integer getStaticDataIndex
Returns static data index, this leg entry.

getSymbol

action<> returns string getSymbol
Returns the symbol , this leg entry.

getUnderlyingType

action<> returns integer getUnderlyingType
Returns the UnderlyingType , this leg entry.

isTradeable

action<> returns boolean isTradeable
Returns if its tradeable, this leg entry.