| name | query-today-orders |
| description | Read today's orders for a locked account_id via get_today_orders. Use for order list or status review; do not infer fill solely from order status field. |
| version | 0.1.0 |
| author | Hermes Agent |
| license | MIT |
| metadata | {"hermes":{"tags":["trading-ops","xtqmt","query"],"related_skills":["switch-account","signal-trader","cancel-order"],"requires_soul":"profiles/trade/SOUL.md","token_cost":"low"}} |
query-today-orders — 当日委托查询(原子)
语气与用户可见报告壳:见 profiles/trade/SOUL.md。
Overview
调用 get_today_orders(account_id='...') 列出当日委托。不替代成交确认逻辑。
When to Use
- 用户要「今日委托、挂单列表、某单状态」等只读查询。
When NOT to Use
Prerequisites
account_id 已锁定;API + MCP。
执行步骤
get_today_orders(account_id='<logical_id>')。
- 若需判断是否成交 → 继续
get_positions(链真源与 _shared)。
Dependencies
Verification Checklist