FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
float | price
Price of this leg. |
integer | quantity
Quantity available. |
string | orderId
The Order Id or Quote Id. |
string | party
The name of the party making the order. |
boolean | tradeable
Whether this item is tradeable or not. Defaults to TRUE. |
integer | staticDataIndex
Index into XLegStaticData sequence for extra data. |
dictionary<com.apama.md.XEPKey, dictionary<string, string > > | epSourceValues
A dictionary of XEPKeys to a dictionary of Extra Parameter names, and their corresponding value (as a string) passed from the Source/Adapter. |
Member Detail |
---|
dictionary<com.apama.md.XEPKey, dictionary<string, string > > epSourceValuesA dictionary of XEPKeys to a dictionary of Extra Parameter names, and their corresponding value (as a string) passed from the Source/Adapter.
string orderIdThe Order Id or Quote Id.
string partyThe name of the party making the order.
float pricePrice of this leg.
integer quantityQuantity available.
integer staticDataIndexIndex into XLegStaticData sequence for extra data.
boolean tradeableWhether this item is tradeable or not. Defaults to TRUE.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |