com.apama.md.client
Event OrderInterface


Represents one individual order.
Member summary
 action<> returns floatgetPrice

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

Returns the quantity of this order.
 action<> returns stringgetParty

Returns the name of the party making this order.
 action<> returns stringgetOrderId

Returns the Id of this order.
 action<> returns com.apama.md.client.EPValuesInterfacegetEPValuesInterface

Returns the extra param values interface of this order.
 
Member detail

getEPValuesInterface

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

getOrderId

            action<> returns string getOrderId
        
Returns the Id of this order.

getParty

            action<> returns string getParty
        
Returns the name of the party making this order.

getPrice

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

getQuantity

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