com.apama.oms
Event CancelOrder


Request to cancel a previously placed order (by the Apama system).

The order is assumed to immediately enter a non-modifiable state until an OrderUpdate with modifiable=true is returned.
Member summary
 stringorderId

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

As given in NewOrder - should be the same.
 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.

orderId

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

serviceId

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