# Order Cancel Reject <9>

#

Gemini sends an [Order Cancel Reject `<9>`](https://www.onixs.biz/fix-dictionary/4.4/msgType_9_9.html) message when the exchange receives an [Order Cancel Request `<F>`](/trading/fix/order-entry/exchange-bound-messages/order-cancel-request) message which cannot be honored because:

- [Order Cancel Request `<F>`](/trading/fix/order-entry/exchange-bound-messages/order-cancel-request) message has an unknown [OrigClOrdID `<41>`](https://www.onixs.biz/fix-dictionary/4.4/tagNum_41.html)
- the order referred to by [OrigClOrdID `<41>`](https://www.onixs.biz/fix-dictionary/4.4/tagNum_41.html) exists, but cannot be canceled because it is not currently active:
  - rejected
  - already filled
  - already canceled

---

### Fields

| Tag | Name                                                                         | Req | Description                                                                                                                                                                                                               |
| --- | ---------------------------------------------------------------------------- | --- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|     | [Standard Header](/trading/fix/overview/standard-header)                             | Y   | [MsgType](https://www.onixs.biz/fix-dictionary/4.4/msgs_by_msg_type.html) = `9`                                                                                                                                           |
| 11  | [ClOrdID](https://www.onixs.biz/fix-dictionary/4.4/tagNum_11.html)           | Y   | Unique identifier for the order as assigned by the institution.                                                                                                                                                           |
| 37  | [OrderID](https://www.onixs.biz/fix-dictionary/4.4/tagNum_37.html)           | Y   | Unique identifier for the order as assigned by Gemini. Uniqueness is guaranteed for the trading session. The value is NONE for unknown orders.                                                                            |
| 39  | [OrdStatus](https://www.onixs.biz/fix-dictionary/4.4/tagNum_39.html)         | Y   | Identifies the current status of the order. The status is `8 = Rejected` if the order is unknown. <br/><br/>Valid values:<br/>`0 = New`<br/>`1 = Partially filled`<br/>`2 = Filled`<br/>`4 = Canceled`<br/>`8 = Rejected` |
| 41  | [OrigClOrdID](https://www.onixs.biz/fix-dictionary/4.4/tagNum_41.html)       | Y   | The [ClOrdID `<11>`](https://www.onixs.biz/fix-dictionary/4.4/tagNum_11.html) of the order to cancel. Needs to correspond to a current outstanding order submitted during this trading session.                           |
| 60  | [TransactTime](https://www.onixs.biz/fix-dictionary/4.4/tagNum_60.html)      | Y   | Time the transaction represented by this [Order Cancel Reject `<9>`](https://www.onixs.biz/fix-dictionary/4.4/msgType_9_9.html) occurred (expressed in UTC).                                                              |
| 102 | [CxlRejReason](https://www.onixs.biz/fix-dictionary/4.4/tagNum_102.html)     | N   | Code to identify the reason for cancel rejection. <br/><br/>Valid values:<br/>`0 = Too late to cancel`<br/>`1 = Unknown order`<br/>`3 = Order already in Pending Cancel or Pending Replace status`                        |
| 198 | [SecondaryOrderID](https://www.onixs.biz/fix-dictionary/4.4/tagNum_198.html) | N   | Can be used to provide the order ID used by the exchange or executing system.                                                                                                                                             |
| 434 | [CxlRejResponseTo](https://www.onixs.biz/fix-dictionary/4.4/tagNum_434.html) | Y   | Indicates the type of request that the message is in response to. <br/><br/>Valid values:<br/>`1` = [Order Cancel Request `<F>`](/trading/fix/order-entry/exchange-bound-messages/order-cancel-request)                           |
| 58  | [Text](https://www.onixs.biz/fix-dictionary/4.4/tagNum_58.html)              | N   |                                                                                                                                                                                                                           |
|     | [Standard Trailer](/trading/fix/overview/standard-trailer)                           | Y   |                                                                                                                                                                                                                           |
