delete https://live.moment-api.com/v1/trading/order//execution-order//
Cancels the specified execution order for the given order.
Requirements:
- The execution order must be in the
pending_execution
orpartially_filled
state.
Event notifications:
- On Reciept: a
system_update
event with anevent_type
ofexecution_order_cancel_request
. - On failure: a
system_update
event with anevent_type
ofexecution_order_cancel_reject
. - On success: an
order_update
event with anevent_type
ofexecution_order_cancel
.
All events include the execution_order_id
.