FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
decimal | price
The Quote price (as a decimal). |
integer | quantity
The quantity for this quote entry. |
string | party
The name of the party making the quote. |
string | quoteId
The Quote Id. |
string | requestId
The request Id that quote has been generated for. |
boolean | tradeable
A flag indicating whether the quote is tradeable or not. true if tradeable, false if indicative. |
integer | updateType
Update type. 0 - Add, 1 - Modify, 2 - Remove (see DatastreamConstants in MDConstants.mon for details). |
dictionary<string, string > | epValues
A dictionary of Extra Parameter names, and their corresponding value (as a string) passed from the Source/Adapter. |
Member Detail |
---|
dictionary<string, string > epValuesA dictionary of Extra Parameter names, and their corresponding value (as a string) passed from the Source/Adapter.
string partyThe name of the party making the quote.
decimal priceThe Quote price (as a decimal).
integer quantityThe quantity for this quote entry.
string quoteIdThe Quote Id.
string requestIdThe request Id that quote has been generated for.
boolean tradeableA flag indicating whether the quote is tradeable or not. true if tradeable, false if indicative.
integer updateTypeUpdate type. 0 - Add, 1 - Modify, 2 - Remove (see DatastreamConstants in MDConstants.mon for details).
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |