# Initiate a Clearing order

## New Order Cross `<S>`

To submit a new Gemini Clearing order, send a [New Order Cross `<s>`](https://www.onixs.biz/fix-dictionary/4.4/msgtype_s_115.html) message with [OrdType](https://www.onixs.biz/fix-dictionary/4.4/tagNum_40.html) Limit.

Gemini will respond to a [New Order Cross `<s>`](https://www.onixs.biz/fix-dictionary/4.4/msgtype_s_115.html) with an [Execution Report `<8>`](/trading/fix/order-entry/client-bound-messages/execution-report). The [Execution Report `<8>`](/trading/fix/order-entry/client-bound-messages/execution-report) will have [OrderID `<37>`](https://www.onixs.biz/fix-dictionary/4.4/tagnum_37.html) populated with the `clearing_id` which the counterparty will need to confirm the order.

---

### 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) = `s`                                                                                                                                                                                                                |
| 11  | [ClOrdId](https://www.onixs.biz/fix-dictionary/4.4/tagNum_11.html)              | Y   | Unique identifier of the cross 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 of quantity currency to buy or sell                                                                                                                                                                                                                                           |
| 40  | [OrdType](https://www.onixs.biz/fix-dictionary/4.4/tagNum_40.html)              | Y   | Order type.<br/><br/>Valid values:<br/>`2 = Limit`                                                                                                                                                                                                                                             |
| 44  | [Price](https://www.onixs.biz/fix-dictionary/4.4/tagNum_44.html)                | Y   | Decimal price. Price is denominated in `CCY1`.                                                                                                                                                                                                                                                 |
| 54  | [Side](https://www.onixs.biz/fix-dictionary/4.4/tagNum_54.html)                 | Y   | Side of the initiator of the order.<br/><br/>Valid values:<br/>`1 = Buy`<br/>`2 = Sell`                                                                                                                                                                                                        |
| 55  | [Symbol](https://www.onixs.biz/fix-dictionary/4.4/tagNum_55.html)               | Y   | Ticker symbol of the order.<br/><br/>See [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).                                                                                                                                                                                                                                                     |
| 126 | [ExpireTime](https://www.onixs.biz/fix-dictionary/4.4/tagNum_126.html)          | Y   | Time of order expiration (expressed in UTC). Can be up to 30 days from order initiation.                                                                                                                                                                                                       |
| 548 | [CrossID](https://www.onixs.biz/fix-dictionary/4.4/tagNum_548.html)             | Y   | Unique identifier for a cross order                                                                                                                                                                                                                                                            |
| 549 | [CrossType](https://www.onixs.biz/fix-dictionary/4.4/tagnum_549.html)           | Y   | Type of cross being submitted.<br/><br/>Valid values:<br/>`1 = Cross trade which is either completely executed or not`                                                                                                                                                                         |
| 550 | [CrossPrioritization](https://www.onixs.biz/fix-dictionary/4.4/tagnum_550.html) | Y   | Indicates if one side or the other of a cross order should be prioritized.<br/><br/>Valid values:<br/>`0 = None`                                                                                                                                                                               |
| 552 | [NoSides](https://www.onixs.biz/fix-dictionary/4.4/tagnum_552.html)             | Y   | Number of [side `<54>`](https://www.onixs.biz/fix-dictionary/4.4/tagNum_54.html) repeating group instances<br/><br/>Valid values:<br/>`1 = One Side`                                                                                                                                           |
| 583 | [ClOrdLinkID](https://www.onixs.biz/fix-dictionary/4.4/tagnum_583.html)         | N\* | Also referred to as `counterparty_id`. A value that is assigned to a specific counterparty Gemini account. Can be accessed on the [web interface](https://www.gemini.com/clearing) under the `GEMINI ID` label. See [workflow](/trading/fix/order-entry/workflow/submitting-an-order) for more detail. |
|     | [Standard Trailer](/trading/fix/overview/standard-trailer)                              | Y   |                                                                                                                                                                                                                                                                                                |

---

### Request

```txt
RAW
8=FIX.4.4|9=204|35=s|34=2|49=TESTOE001|52=20190807-19:28:38.078|56=GEMINI|40=2|44=12000|55=BTCUSD|60=20190807-19:28:38.078|126=20190807-21:28:38.078|548=26990504|549=1|550=0|552=1|54=1|11=87749738|38=2.22222|10=023|

HEADER
        8                   BeginString: FIX.4.4
        9                    BodyLength: 204
        35                      MsgType: NewOrderCross (s)
        34                    MsgSeqNum: 2
        49                 SenderCompID: TESTOE001
        52                  SendingTime: 20190807-19:28:38.078
        56                 TargetCompID: GEMINI
BODY
        40                      OrdType: LIMIT (2)
        44                        Price: 12000
        55                       Symbol: BTCUSD
        60                 TransactTime: 20190807-19:28:38.078
        126                  ExpireTime: 20190807-21:28:38.078
        548                     CrossID: 26990504
        549                   CrossType: Cross trade which is either completely executed or not executed at all (1)
        550         CrossPrioritization: No priority (0)
        552                     NoSides: One Side (1)
        54                         Side: BUY (1)
        11                      ClOrdID: 87749738
        38                       OrderQty: 2.22222
TRAILER
        10                     CheckSum: 023
```

### Execution Report

```txt
RAW
8=FIX.4.4|9=197|35=8|34=2|49=GEMINI|52=20190807-19:28:38.251|56=TESTOE001|6=12000|11=87749738|14=2.22222|17=1565206118250|37=2DZ4MPQM|39=0|44=12000|54=1|55=BTCUSD|60=20190807-19:28:38.250|150=0|151=2.22222|10=009|

HEADER
        8                   BeginString: FIX.4.4
        9                    BodyLength: 197
        35                      MsgType: ExecutionReport (8)
        34                    MsgSeqNum: 2
        49                 SenderCompID: GEMINI
        52                  SendingTime: 20190807-19:28:38.251
        56                 TargetCompID: TESTOE001
BODY
        6                         AvgPx: 12000
        11                      ClOrdID: 87749738
        14                       CumQty: 2.22222
        17                       ExecID: 1565206118250
        37                      OrderID: 2DZ4MPQM
        39                    OrdStatus: NEW (0)
        44                        Price: 12000
        54                         Side: BUY (1)
        55                       Symbol: BTCUSD
        60                 TransactTime: 20190807-19:28:38.250
        150                    ExecType: NEW (0)
        151                   LeavesQty: 2.22222
TRAILER
        10                     CheckSum: 009
```
