FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
string | symbol
The symbol, stock code, bond or currency pair for the orders to cancel. Use "ALL" to cancel orders on all symbols. |
string | groupId
As given in NewOrder extraParams (it is an error to send a new groupId). |
string | serviceId
As given in NewOrder - should be the same. |
string | ownerId
The username that placed the order (the dashboard user in Event Modeller). |
dictionary<string, string > | extraParams
Extra parameters that do not map into any of the above. Convention is that keys are in TitleCase. e.g. "StopPrice", "Account", etc. |
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. "StopPrice", "Account", etc.
string groupIdAs given in NewOrder extraParams (it is an error to send a new groupId).
string ownerIdThe username that placed the order (the dashboard user in Event Modeller).
string serviceIdAs given in NewOrder - should be the same.
string symbolThe symbol, stock code, bond or currency pair for the orders to cancel. Use "ALL" to cancel orders on all symbols.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |