Skip to main content

Trading

Order Management Interfaces

📄️ Order Replace

• Function description: Modify equity, options and futures orders, including simple orders. For crypto trading, this feature is currently not supported.<br/>• Futures order modification rules:<br/>&nbsp;&nbsp;- For market orders, only `quantity` can be modified.<br/>&nbsp;&nbsp;- For limit orders, only `order_type`, `time_in_force`, `quantity` and `limit_price` can be modified; if modifying `order_type`, it can only be changed to `market`.<br/>&nbsp;&nbsp;- For stop orders, only `order_type`, `time_in_force`, `quantity` and `stop_price` can be modified; if modifying `order_type`, it can only be changed to `market`.<br/>&nbsp;&nbsp;- For stop limit orders, only `order_type`, `time_in_force`, `quantity`, `limit_price` and `stop_price` can be modified; if modifying `order_type`, it can only be changed to `limit`.<br/>&nbsp;&nbsp;- For trailing stop orders, only `trailing_stop_step` can be modified; `order_type` , `trailing_type` and `time_in_force` cannot be modified.<br/>• Frequency limit: Rate limit 600 requests per minute