com.apama.oms
Event CancelOrderGroup


Request to cancel a group of previously placed orders. The order is assumed to immediately enter a non-modifiable state until an OrderUpdate with modifiable=true is returned.
Member Summary
 stringsymbol

The symbol, stock code, bond or currency pair for the orders to cancel. Use "ALL" to cancel orders on all symbols.
 stringgroupId

As given in NewOrder extraParams (it is an error to send a new groupId).
 stringserviceId

As given in NewOrder - should be the same.
 stringownerId

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

extraParams

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.

groupId

string groupId
As given in NewOrder extraParams (it is an error to send a new groupId).

ownerId

string ownerId
The username that placed the order (the dashboard user in Event Modeller).

serviceId

string serviceId
As given in NewOrder - should be the same.

symbol

string symbol
The symbol, stock code, bond or currency pair for the orders to cancel. Use "ALL" to cancel orders on all symbols.