# Order Cancel Request <F>

#

The [Order Cancel Request `<F>`](https://www.onixs.biz/fix-dictionary/4.4/msgType_F_70.html) message requests the cancellation of all of the remaining quantity of an existing order.

Gemini cancels order on the basis of the value in the [OrigClOrdID `<41>`](https://www.onixs.biz/fix-dictionary/4.4/tagNum_41.html) field. All other fields are required in the FIX specs but will be disregarded.

- if the order can successfully be canceled before being completely filled, an [Execution Report `<8>`](https://www.onixs.biz/fix-dictionary/4.4/msgType_8_8.html) with [ExecType `<150>`](https://www.onixs.biz/fix-dictionary/4.4/tagNum_150.html) set to `4 = Canceled`
- if the request fails, an [Order Cancel Reject `<9>`](https://www.onixs.biz/fix-dictionary/4.4/msgType_9_9.html) message with [CxlRejReason `<102>`](https://www.onixs.biz/fix-dictionary/4.4/tagNum_102.html) of `1 = Unknown order`

---

### Fields

<DocTable
  headers={["Tag", "Name", "Req", "Description"]}
  widths={[undefined, "20%"]}
  rows={[
    [
      "",
      "[Standard Header](/trading/fix/overview/standard-header)",
      "Y",
      "[MsgType](https://www.onixs.biz/fix-dictionary/4.4/msgs_by_msg_type.html) = `F`",
    ],
    [
      "11",
      "[ClOrdID](https://www.onixs.biz/fix-dictionary/4.4/tagNum_11.html)",
      "Y",
      "Unique identifier of the cancel request as assigned by the institution. Uniqueness must be guaranteed by the institution for the duration of the connection to the order entry channel.",
    ],
    [
      "41",
      "[OrigClOrdID](https://www.onixs.biz/fix-dictionary/4.4/tagNum_41.html)",
      "Y",
      "[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.",
    ],
    [
      "54",
      "[Side](https://www.onixs.biz/fix-dictionary/4.4/tagNum_54.html)",
      "Y",
      "Side of the order to cancel.\n\n \u00A0 \n\nValid values:\n\n`1 = Buy`\n\n`2 = Sell`",
    ],
    [
      "55",
      "[Symbol](https://www.onixs.biz/fix-dictionary/4.4/tagNum_55.html)",
      "Y",
      "Ticker symbol of the order.\n\n \u00A0 \n\nSee [Supported Symbols](/market-data/symbols-and-minimums) for valid values.",
    ],
    [
      "60",
      "[TransactTime](https://www.onixs.biz/fix-dictionary/4.4/tagNum_60.html)",
      "Y",
      "Time that the order cancel request was initiated by the institution (expressed in UTC).",
    ],
    ["", "[Standard Trailer](/trading/fix/overview/standard-trailer)", "Y", ""],
  ]}
/>
