FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
string | orderId
As given in NewOrder. |
string | symbol
As given in NewOrder, unless the market has modified it. |
string | side
Side active in the market. |
integer | qtyExecuted
The total quantity executed. |
integer | lastShares
The last number of shares traded. |
boolean | finished
Whether this is the last OrderTrade for this order. |
dictionary<string, string > | extraParams
Extra parameters that do not map into any of the above. Convention is that keys are in TitleCase. e.g. "DealCounterpartyId", etc. Identifier should be shortened to "Id" not "ID". |
Member Detail |
---|
dictionary<string, string > extraParamsExtra parameters that do not map into any of the above. Convention is that keys are in TitleCase. e.g. "DealCounterpartyId", etc. Identifier should be shortened to "Id" not "ID".
boolean finishedWhether this is the last OrderTrade for this order.
integer lastSharesThe last number of shares traded.
string orderIdAs given in NewOrder.
integer qtyExecutedThe total quantity executed.
string sideSide active in the market.
string symbolAs given in NewOrder, unless the market has modified it.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |