Usage
A Client may send an Order Cancel Request (35=F) to attempt to cancel an outstanding order. This is equivalent to submitting a request to the DELETE v1/trading/order/{id}/
endpoint. Note that Moment may reject an Order Cancel Request for several reasons, including: 1) the request was for an order that is no longer active; 2) the request was for a non-existent order; and 3) a cancel request is already pending. To reject the Order Cancel Request, Moment will send an Order Cancel Reject (35=9).
Schema: OrderCancelRequest
(35=F)
OrderCancelRequest
(35=F)Tag | Field Name | Description | Required | Example |
---|---|---|---|---|
41 | OrigClOrdID | ClOrdID (11) of the order to be canceled, as provided by the Client. | Y | "fcd69fbf-0c0f-41fa-8c4b-45c36c73ca06" |
11 | ClOrdID | Unique identifier for the Order Cancel Request message. | Y | "0586cf89-236a-46f4-bbe9-4a2907b0427c" |
48 | SecurityID | Clients may provide a CUSIP or ISIN. | Y | "912797GM3" |
22 | SecurityIDSource | Source of the SecurityID (48). "1" = CUSIP "4" = ISIN | Y | "1" |
60 | TransactTime | Time the cancel request was created (GMT). | Y | "20231005-11:48:33" |