# New Order Single <D> (STOP LIMIT)

#

To submit a new stop limit order to Gemini, send a [New Order Single `<D>`](https://www.onixs.biz/fix-dictionary/4.4/msgType_D_68.html) message with [OrdType](https://www.onixs.biz/fix-dictionary/4.4/tagNum_40.html) Stop Limit.

Gemini will respond to a [New Order Single `<D>`](https://www.onixs.biz/fix-dictionary/4.4/msgType_D_68.html) message with an [Execution Report `<8>`](/trading/fix/order-entry/client-bound-messages/execution-report). See [Execution Report `<8>`](/trading/fix/order-entry/client-bound-messages/execution-report) for examples.

If Gemini receives a [New Order Single `<D>`](https://www.onixs.biz/fix-dictionary/4.4/msgType_D_68.html) message with the [PossResend `<97>`](https://www.onixs.biz/fix-dictionary/4.4/tagNum_97.html) flag set to `Y` in the header, that order will be rejected with [Business Message Reject `<j>`](https://www.onixs.biz/fix-dictionary/4.4/msgType_j_106.html).

---

### 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) = `D`",
    ],
    [
      "11",
      "[ClOrdID](https://www.onixs.biz/fix-dictionary/4.4/tagNum_11.html)",
      "Y",
      "Unique identifier of the order as assigned by the institution. Uniqueness must be guaranteed by the institution for the duration of the connection to the order entry channel.",
    ],
    [
      "38",
      "[OrderQty](https://www.onixs.biz/fix-dictionary/4.4/tagNum_38.html)",
      "Y",
      "Decimal quantity. Full quantity will be visible on the book.",
    ],
    [
      "110",
      "[MinQty](https://www.onixs.biz/fix-dictionary/4.4/tagNum_110.html)",
      "N\\*",
      "Minimum fill quantity.",
    ],
    [
      "40",
      "[OrdType](https://www.onixs.biz/fix-dictionary/4.4/tagNum_40.html)",
      "Y",
      "Order type.\n\n \u00A0 \n\nValid values:\n\n`4 = Stop Limit`",
    ],
    [
      "44",
      "[Price](https://www.onixs.biz/fix-dictionary/4.4/tagNum_44.html)",
      "Y",
      "Decimal price.\n\n \u00A0 \n\nPrice is required when [OrdType `<40>`](https://www.onixs.biz/fix-dictionary/4.4/tagNum_40.html) is `4 = Stop Limit`.",
    ],
    [
      "99",
      "[StopPx](https://www.onixs.biz/fix-dictionary/4.4/tagNum_99.html)",
      "Y",
      "Decimal price.\n\n \u00A0 \n\n`StopPx` is required when [OrdType `<40>`](https://www.onixs.biz/fix-dictionary/4.4/tagNum_40.html) is `4 = Stop Limit`.\n\n \u00A0 \n\nWhen [Side `<54>`](https://www.onixs.biz/fix-dictionary/4.4/tagNum_54.html) is `1 = Buy`, `StopPx` needs to be less than or equal to `Price`. \n\nWhen [Side `<54>`](https://www.onixs.biz/fix-dictionary/4.4/tagNum_54.html) is `2 = Sell`, `StopPx` needs to be greater than or equal to `Price`.",
    ],
    [
      "54",
      "[Side](https://www.onixs.biz/fix-dictionary/4.4/tagNum_54.html)",
      "Y",
      "Side of the order.\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.",
    ],
    [
      "59",
      "[TimeInForce](https://www.onixs.biz/fix-dictionary/4.4/tagNum_59.html)",
      "Y",
      "Specifies how long the order remains in effect.\n\n \u00A0 \n\nValid value:\n`1 = Good Till Cancel (GTC)`",
    ],
    [
      "60",
      "[TransactTime](https://www.onixs.biz/fix-dictionary/4.4/tagNum_60.html)",
      "Y",
      "Time of order creation (expressed in UTC).",
    ],
    [
      "544",
      "[CashMargin](https://www.onixs.biz/fix-dictionary/4.4/tagNum_544.html)",
      "N",
      "**Not supported for stop-limit orders.**\n\n \u00A0 \n\nSpecifying this field will result in a reject with error message: \"CashMargin <544> not supported for stop-limit orders\".\n\n \u00A0 \n\nStop-limit orders are always processed as non-margin (cash) orders.",
    ],
    ["", "[Standard Trailer](/trading/fix/overview/standard-trailer)", "Y", ""],
  ]}
/>
