Order Replace
POST/openapi/trade/order/replace
• Function description: Modify equity, options and futures orders, including simple orders. For crypto trading, this feature is currently not supported.
• Futures order modification rules:
- For market orders, only quantity can be modified.
- 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.
- 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.
- 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.
- For trailing stop orders, only trailing_stop_step can be modified; order_type , trailing_type and time_in_force cannot be modified.
• Frequency limit: Rate limit 600 requests per minute
Request
Responses
- 200
- 417
OK