cancel_order
Cancel a stock exchange order in T-Invest by providing account and order IDs. Requires confirmation to execute the cancellation.
Instructions
Отменить биржевую заявку в Т-Инвестициях (требуется confirm: true для исполнения)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | Yes | Идентификатор счёта | |
| orderId | Yes | ID заявки (можно получить через get_orders) | |
| confirm | No | Передайте true для подтверждения отмены |