com.apama.mlom
Event CancelOrder


Used to cancel a previously submitted order or leg. As with amendments, the order/leg should be assumed to be in a non-modifiable state until an OrderUpdate with legsModifiable > 0 or a LegUpdate with modifiable=true is received.
Member summary
 stringId

The id of the order or leg to be cancelled.
 stringserviceId

Service identifier - must match the NewMultiLegOrder event.
 dictionary<string, string>extraParams

Extra parameters for the cancel operation if required by the service.
 
Member detail

extraParams

            dictionary<string, string> extraParams
        
Extra parameters for the cancel operation if required by the service.

Id

            string Id
        
The id of the order or leg to be cancelled.

serviceId

            string serviceId
        
Service identifier - must match the NewMultiLegOrder event.