Order Entry API V2 - Mass Order Cancel
Submit mass order cancel request.
- 1 Request
- 2 Response - 200
- 2.1 Body
- 3 Response - 400
- 3.1 Body
- 4 Response - 403
- 4.1 Body
- 5 Response - 500
- 5.1 Body
URL | /order/cancel-mass |
|---|---|
HTTP Method | PUT |
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 | → customerAccountId | Customer Account ID | String |
| REQUIRED | Support for single Customer Account ID is offered today |
9 | → durationType | Duration Type | OrderDurationType |
| OPTIONAL |
|
10 | → entityScope | Entity Scope | OrderEntityScope |
| OPTIONAL |
|
11 | → executingFirmId | Executing Firm ID | String |
| REQUIRED | Support for single Executing Firm ID is offered today |
12 | → glbxGroupId | Globex Group ID | String |
| CONDITIONAL | Support for single Globex Group ID is offered today Criteria
|
13 | → glbxSecurityId | Globex Security ID | Integer |
| CONDITIONAL | Support for single Globex Security ID is offered today Criteria
|
14 | → instrumentScope | Instrument Scope | OrderInstrumentScope |
| REQUIRED | Support for Instrument Scope == ALL will be extended to the API in Q4 2023 |
15 | → manualInd | Manual Indicator | YesNoIndicator |
| REQUIRED | Indicates whether the order was generated by automated trading logic. |
16 | → marketSegmentId | Market Segment ID | Integer |
| CONDITIONAL | Support for single Market Segment ID is offered today Criteria
|
17 | → operatorId | Operator ID | String |
| REQUIRED | Support for single Operator ID is offered today |
18 | → senderCountry | Sender Country | String |
| REQUIRED |
|
19 | → senderState | Sender State | String |
| OPTIONAL |
|
20 | → sideInd | Side Indicator | MarketSideIndicator |
| OPTIONAL |
|
21 | → type | Type | OrderType |
| OPTIONAL |
|
Response - 200
Body
Ref | Field | Name | Data Type | Values | Usage | Description |
|---|---|---|---|---|---|---|
1 | header |
| ||||
2 | → reportId | Report ID | string |
| ALWAYS |
|
3 | → requestId | Request ID | string |
| ALWAYS | A unique identifier for the request provided by the client for correlation. |
4 | → responseCount | Response Count | int32 |
| ALWAYS |
|
5 | → responseLastFragmentInd | Response Last Fragment Indicator | yesNoIndicator |
| OPTIONAL |
|
6 | → sentTime | Sent Time | dateTime |
| ALWAYS | Timestamp of the message leaving the producing application. |
7 | payload |
| ||||
8 | → action | Action | orderAction |
| ALWAYS |
|
9 | → durationType | Duration Type | orderDurationType |
| OPTIONAL |
|
10 | → manualInd | Manual Indicator | yesNoIndicator |
| ALWAYS | Indicates whether the order was generated by automated trading logic. |
11 | → marketSegmentId | Market Segment ID | int32 |
| OPTIONAL | ALWAYS when Instrument Scope in (MARKET_SEGMENT, ALL) |
12 | → orderKeys[] |
| ||||
13 | → → canceledQtyInt | Canceled Quantity Int | int32 |
| ALWAYS |
|
14 | → → customerOrderId | Customer Order ID | string |
| ALWAYS |
|
15 | → → venueOrderId | Venue Order ID | string |
| ALWAYS |
|
16 | → senderCountry | Sender Country | string |
| ALWAYS |
|
17 | → senderState | Sender State | string |
| OPTIONAL |
|
18 | → sideInd | Side Indicator | marketSideIndicator |
| OPTIONAL |
|
19 | → transactionTime | Transaction Time | dateTime |
| ALWAYS |
|
20 | → type | Type | orderType |
| OPTIONAL | |
How was your Client Systems Wiki Experience? Submit Feedback
Copyright © 2024 CME Group Inc. All rights reserved.