com.apama.oms
Event CancelAllUserOrders


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.
 stringserviceId

Service ID - blank is shorthand for "any" (only recommended for example applications).
 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.

ownerId

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

serviceId

            string serviceId
        
Service ID - blank is shorthand for "any" (only recommended for example applications).

symbol

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