Order Cancel Request
Cancel an existing order.
A successful order cancellation will result in an execution report with the OrdStatus set to 4 (Cancelled). Unsuccessful cancellation requests will result in an business level reject message with the reason of the rejection.
- FIX Specification
MESSAGE BODY
header required
MsgType
F
11 - ClOrdID string required
Unique identifier for Order as assigned by the client. Must be <= 36 characters
. UUIDs are recommended.
41 - OrigClordid string conditional
Condition: One of the Clordid OR OrderID is required at least for the cancellation to be accepted
ClOrdID(11) of the previous non-rejected order.
55 - Symbol string required
The symbol of the currency pair to place an order on in the format BASE-QUOTE
.
54 - Side integer required
Side of the order.
- Possible values:
1
: Buy2
: Sell
60 - TransactTime string required
Format: YYYYDD-HH:MM:SS.uuu
Time of order cancellation expressed in UTC.
trailer required