modify_order
Modify an existing open order by updating price, quantity, order type, or other parameters while matching the original symbol and exchange.
Instructions
Modify an existing open order. All identifying fields (tradingsymbol, symboltoken, exchange) must match the original order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| price | No | ||
| orderid | Yes | ||
| variety | Yes | ||
| duration | Yes | ||
| exchange | Yes | ||
| quantity | Yes | ||
| ordertype | Yes | ||
| producttype | Yes | ||
| symboltoken | Yes | ||
| triggerprice | No | ||
| tradingsymbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |