PUT Change Order
Change a limited number of fields in an existing order without replacing the order.
Change an existing order by ID
PUT
/v1/api/accounts/{account}/orders/{orderId}/change
One or all of the following fields in an order can be modified: limit price, stop price, and quantity. You can optionally set a specific strategy ID to ensure the order and strategy match.
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Query Parameters
Name | Type | Required | Description |
---|---|---|---|
| string | Required | Name of account in NT8 |
| string | Required | ID of the order to by replaced |
Body
Name | Type | Required | Description |
---|---|---|---|
| integer | Optional | Contract quantity of new order |
| float | Optional | Limit price when changing limit order type |
| float | Optional | Stop price when changing stop order type |
| string | Optional | ATM strategy ID, forces matching of both order ID and strategy ID |
Code Examples (coming soon)
Response
Last updated