FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
action< > returns decimal | getPrice
Returns the price of this quote as a decimal. |
action< > returns integer | getQuantity
Returns the quantity of this quote. |
action< > returns string | getParty
Returns the name of the party making this quote. |
action< > returns string | getQuoteId
Returns the quote Id. |
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. |
action< > returns boolean | getTradeable
Returns whether the quote is tradeable or indicative. |
action< > returns com.apama.md.client.EPValuesInterface | getEPValuesInterface
Returns the extra param values interface of this quote. |
Member Detail |
---|
action< > returns com.apama.md.client.EPValuesInterface getEPValuesInterfaceReturns the extra param values interface of this quote.
action< > returns string getPartyReturns the name of the party making this quote.
action< > returns decimal getPriceReturns the price of this quote as a decimal.
action< > returns integer getQuantityReturns the quantity of this quote.
action< > returns string getQuoteIdReturns the quote Id.
action< > returns string getRequestIdReturns 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 boolean getTradeableReturns whether the quote is tradeable or indicative.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |