Files
qmt_bridge/docs/迭代记录/index.md
T

13 lines
764 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 迭代记录索引
> 本目录存放每次迭代的设计/实现记录。每完成一次迭代,在下方表格登记一行。
> 迭代规范见 `docs/项目规范.md` 第九节。
## 迭代索引表
| # | 迭代 | 日期 | 状态 | 关联文档 |
|---|------|------|------|---------|
| 1 | WS 单通道推送(一期:通用接口 + 全量tick订阅 whole | 2026-08-25 ~ 2026-08-26 | ✅ 已完成 | [WS单通道推送设计.md](./WS单通道推送设计.md) |
| 2 | 持仓查询接口(GET /trade/positions 增强:语义化字段 + summary | 2026-08-26 | ✅ 已完成 | [持仓查询接口.md](./持仓查询接口.md) |
| 3 | MCP 服务(桥内嵌 /mcp 端点:JSON-RPC tools | 2026-08-27 | ✅ 已完成 | [MCP服务.md](./MCP服务.md) |