amend_spread_order
Adjust an existing spread trading order by updating its quantity or price to match your strategy.
Instructions
Amend a spread trading order.
Args: symbol: Spread symbol. order_id: Order ID (either order_id or order_link_id required). order_link_id: Order link ID. qty: New quantity (optional). price: New price (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| order_id | No | ||
| order_link_id | No | ||
| qty | No | ||
| price | No |