# 9 (Order cancel reject)

The **`9` (Order Cancel Reject)** message is used to reject a previously submitted [**`F` (Order Cancel Request)**](/docs/guides/exchange-fix-api/trading-fix-api/supported-fix-messages/fix-application-level-messages/message-F-order-cancel-request) if, for some reason, the cancellation cannot be accepted.
This message provides details about why the [order cancel request](/docs/guides/exchange-fix-api/trading-fix-api/supported-fix-messages/fix-application-level-messages/message-F-order-cancel-request) was rejected.

| Tag       | Name                 | Type             | Required                                    | Description                                                                                                                                                                                                                                                                                                |
| --------- | -------------------- | ---------------- | ------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **37**    | `OrderID`            | `UUID`           | **yes**                                     | Unique identifier of the order in the Revolut Crypto Exchange.                                                                                                                                                                                                                                             |
| **11**    | `ClOrdID`            | `UUID`           | **yes**                                     | Unique identifier of the cancel request, as assigned by the client.                                                                                                                                                                                                                                        |
| **41**    | `OrigClOrdID`        | `UUID`           | **yes**                                     | **11** `ClOrdID` of the previous non-rejected order when canceling an order.                                                                                                                                                                                                                               |
| **39**    | `OrdStatus`          | `Char`           | **yes**                                     | Current status of the order. <br/><br/>Supported values: <br/> <ul><li> `8` - Order Cancel Rejected</li></ul>                                                                                                                                                                                              |
| **434**   | `CxlRejResponseTo`   | `Char`           | **yes**                                     | Type of the request to which the **`9` (Order Cancel Reject)** responds. <br/><br/>Supported values: <br/> <ul><li> `1` - [**`F` (Order Cancel Request)**](/docs/guides/exchange-fix-api/trading-fix-api/supported-fix-messages/fix-application-level-messages/message-F-order-cancel-request)</li></ul>   |
| **60**    | `TransactTime`       | `UTCTimestamp`   | **no**                                      | Timestamp of the reject being sent.                                                                                                                                                                                                                                                                        |
| **102**   | `CxlRejReason`       | `Int`            | **no**                                      | Code to identify the reason for cancel rejection. <br/><br/>Supported values: <br/> <ul><li> `1` - Unknown order</li><li> `99` - Other</li></ul>                                                                                                                                                           |
| **58**    | `Text`               | `String`         | **no**                                      | Reason for the reject, in free format text string.                                                                                                                                                                                                                                                         |
For more details, see [`FIX 4.4 : Order Cancel Reject <9> message` in the FIX 4.4 documentation](https://www.onixs.biz/fix-dictionary/4.4/msgType_9_9.html).