com.apama.md.client
Event QuoteEntryInterface


Represents one individual quote.
Member summary
 action<> returns decimalgetPrice

Returns the price of this quote as a decimal.
 action<> returns integergetQuantity

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

Returns the name of the party making this quote.
 action<> returns stringgetQuoteId

Returns the quote Id.
 action<> returns stringgetRequestId

Returns the quote request Id. This is either the identifier that is returned from the request for a quote, or a reference unique to the individual connection.
 action<> returns booleangetTradeable

Returns whether the quote is tradeable or indicative.
 action<> returns com.apama.md.client.EPValuesInterfacegetEPValuesInterface

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

getEPValuesInterface

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

getParty

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

getPrice

action<> returns decimal getPrice
Returns the price of this quote as a decimal.

getQuantity

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

getQuoteId

action<> returns string getQuoteId
Returns the quote Id.

getRequestId

action<> returns string getRequestId
Returns the quote request Id. This is either the identifier that is returned from the request for a quote, or a reference unique to the individual connection.

getTradeable

action<> returns boolean getTradeable
Returns whether the quote is tradeable or indicative.