Order Entry API V2 - Submit Order
Submit a new order.
- 1 Request
- 2 Response - 201
- 3 Response - 400
- 3.1 Body
- 4 Response - 403
- 4.1 Body
- 5 Response - 500
- 5.1 Body
URL | /order/new |
|---|---|
HTTP Method | POST |
Version | 2.0.0 |
Request
Body
Ref | Field | Name | Data Type | Values | Usage | Description |
|---|---|---|---|---|---|---|
1 | header |
| ||||
2 | → applicationName | Application Name | String |
| REQUIRED | Identifies the application generating the message. |
3 | → applicationVendor | Application Vendor | String |
| REQUIRED | Identifies the vendor of the application generating the message. |
4 | → applicationVersion | Application Version | String |
| REQUIRED | Identifies the version of the application generating the message. |
5 | → requestId | Request ID | String |
| REQUIRED | A unique identifier for the request provided by the client for correlation. |
6 | → sentTime | Sent Time | DateTime |
| REQUIRED | Timestamp of the message leaving the producing application. |
7 | payload |
| ||||
8 | → customerOrderHandlingInstr | Customer Order Handling Instruction | CustomerOrderHandlingInstruction |
| REQUIRED |
|
9 | → customerOrderId | Customer Order ID | String |
| REQUIRED | Unique order identifier assigned by client system. Client system must maintain uniqueness of this value for the life of the order. Refer to iLink - CME Globex Identifiers for more information. |
10 | → displayQtyInt | Display Quantity Integer | Integer |
| OPTIONAL |
|
11 | → durationType | Duration Type | OrderDurationType |
| REQUIRED |
|
12 | → entities |
| ||||
13 | → → customerAccountId | Customer Account ID | String |
| REQUIRED | Unique account identifier. |
14 | → → customerOriginType | Customer Origin Type | OriginType |
| OPTIONAL |
|
15 | → → customerType | Customer Type | CustomerType |
| OPTIONAL |
|
16 | → → executingFirmId | Executing Firm ID | String |
| REQUIRED |
|
17 | → → operatorId | Operator ID | String |
| REQUIRED |
|
18 | → → senderCountry | Sender Country | String |
| REQUIRED |
|
19 | → → senderState | Sender State | String |
| OPTIONAL |
|
20 | → expirationDt | Expiration Date | Date |
| CONDITIONAL | Criteria
|
21 | → instrument |
| ||||
22 | → → glbxSecurityId | Globex Security ID | Integer |
| REQUIRED |
|
23 | → manualInd | Manual Indicator | YesNoIndicator |
| REQUIRED | Indicates whether the order was generated by automated trading logic. |
24 | → memo | Memo | String |
| OPTIONAL |
|
25 | → minimumQtyInt | Minimum Quantity Integer | Integer |
| OPTIONAL |
|
26 | → price | Price | Price |
| CONDITIONAL | Criteria
|
27 | → qtyInt | Quantity Integer | Integer |
| REQUIRED |
|
28 | → selfMatchPreventionId | Self-Match Prevention ID | Integer |
| OPTIONAL |
|
29 | → selfMatchPreventionInstr | Self-Match Prevention Instruction | SelfMatchPreventionInstruction |
| OPTIONAL |
|
30 | → sideInd | Side Indicator | MarketSideIndicator |
| REQUIRED |
|
31 | → stopPrice | Stop Price | Price |
| CONDITIONAL | Criteria
|
32 | → type | Type | OrderType |
| REQUIRED |
|
Response - 201
Body
Ref | Field | Name | Data Type | Values | Usage | Description |
|---|---|---|---|---|---|---|
1 | header |
| ||||
2 | → requestId | Request ID | string |
| ALWAYS | A unique identifier for the request provided by the client for correlation. |
3 | → sentTime | Sent Time | dateTime |
| ALWAYS | Timestamp of the message leaving the producing application. |
4 | payload |
| ||||
5 | → action | Action | orderAction |
| ALWAYS |
|
6 | → customerOrderHandlingInstr | Customer Order Handling Instruction | customerOrderHandlingInstruction |
| ALWAYS |
|
7 | → customerOrderId | Customer Order ID | string |
| ALWAYS |
|
8 | → displayQtyInt | Display Quantity Integer | int32 |
| OPTIONAL |
|
9 | → durationType | Duration Type | orderDurationType |
| ||
How was your Client Systems Wiki Experience? Submit Feedback
Copyright © 2024 CME Group Inc. All rights reserved.