# New Order Single <D> (LIMIT)

#

To submit a new 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) 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.",
    ],
    [
      "23",
      "[IOIID](https://www.onixs.biz/fix-dictionary/4.4/tagNum_23.html)",
      "N\\*",
      "Unique identifier of an IOI.\n\n \u00A0 \n\n\\*_Required when responding to an IOI._",
    ],
    [
      "18",
      "[ExecInst](https://www.onixs.biz/fix-dictionary/4.4/tagNum_18.html)",
      "N",
      "Used for specific execution options in combination with [TimeInForce `<59>`](https://www.onixs.biz/fix-dictionary/4.4/tagNum_59.html).\n\n \u00A0 \n\n`6 = Participate don't initiate` (denotes maker-or-cancel when combined with TimeInForce value `1 = Good Till Cancel (GTC)`)",
    ],
    [
      "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\\*",
      "",
    ],
    [
      "40",
      "[OrdType](https://www.onixs.biz/fix-dictionary/4.4/tagNum_40.html)",
      "Y",
      "Order type.\n\n \u00A0 \n\nValid values:\n\n`2 = 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 `2 = Limit`.",
    ],
    [
      "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 values:\n\n`1 = Good Till Cancel (GTC)`\n\n`3 = Immediate Or Cancel (IOC)`\n\n`4 = Fill Or Kill (FOK)`",
    ],
    [
      "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",
      "Identifies whether order is a margin order or a non-margin order.\n\n \u00A0 \n\nValid values:\n\n`1 = Cash`\n\n`2 = Margin Open`\n\n \u00A0 \n\nThis field is optional. If not provided, the order is assumed to be a non-margin (cash) order.\n\nOnly accounts enabled for spot margin trading can specify margin orders.\n\n`3 = Margin Close` is not supported.\n\n**Restriction**: This field is only supported for buy orders (Side=1). Specifying this field on sell orders (Side=2) will result in a reject with error message: \"CashMargin <544> not supported for sell orders\".",
    ],
    ["", "[Standard Trailer](/trading/fix/overview/standard-trailer)", "Y", ""],
  ]}
/>
