post https://live.moment-api.com/v1/trading/order//execution-order//external/trade-report/
Reports an executed external trade for a pre-existing execution order.
Requirements:
- An execution order of type
external_trade
must exist. - The execution order must be of type
external_trade
. - The execution order must be in the
pending_execution
state.
Event notifications:
- On Reciept: a
system_update
event with anevent_type
ofexternal_trade_report_request
. - On failure: a
system_update
event with anevent_type
ofexternal_trade_report_rejected
. - On success: an
order_update
event with anevent_type
ofexecution
which includes the trade details & the execution order ID linked to the trade.
All events include the external_trade_report_id
.