PUT Change Order
Change a limited number of fields in an existing order without replacing the order.
Last updated
Change a limited number of fields in an existing order without replacing the order.
Last updated
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 |
---|---|
Query Parameters
Name | Type | Required | Description |
---|---|---|---|
Body
Name | Type | Required | Description |
---|---|---|---|
Code Examples (coming soon)
Response
Content-Type
application/json
Authorization
Bearer <token>
account
string
Required
Name of account in NT8
orderId
string
Required
ID of the order to by replaced
quantity
integer
Optional
Contract quantity of new order
limitPrice
float
Optional
Limit price when changing limit order type
stopPrice
float
Optional
Stop price when changing stop order type
strategyId
string
Optional
ATM strategy ID, forces matching of both order ID and strategy ID