# New Order Single <D> (MARKET)

#

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

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.

---

### 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)",
      "N\\*",
      "\\*Required when [Side](https://www.onixs.biz/fix-dictionary/4.4/tagNum_54.html) is SELL or BUY (Derivatives-enabled flow, e.g. PerpetualSwap). Decimal quantity of the quantity currency to sell.",
    ],
    [
      "40",
      "[OrdType](https://www.onixs.biz/fix-dictionary/4.4/tagNum_40.html)",
      "Y",
      "Order type.\n\n \u00A0 \n\nValid values:\n\n`1 = Market`",
    ],
    [
      "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.",
    ],
    [
      "60",
      "[TransactTime](https://www.onixs.biz/fix-dictionary/4.4/tagNum_60.html)",
      "Y",
      "Time of order creation (expressed in UTC).",
    ],
    [
      "152",
      "[CashOrderQty](https://www.onixs.biz/fix-dictionary/4.4/tagnum_152.html)",
      "N\\*",
      "\\*Required when [Side](https://www.onixs.biz/fix-dictionary/4.4/tagNum_54.html) is BUY with the exception of Derivatives-enabled flow (e.g. PerpetualSwap). Amount in the price currency to use in the Market order.",
    ],
    [
      "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", ""],
  ]}
/>
