minionszyw
|
aa3b1ac319
|
Fix transport and fund flow protocol edge cases
|
2026-04-22 17:54:13 +08:00 |
|
M
|
4cb48daabb
|
Add live fallbacks for history fund flow and price limits
|
2026-04-15 21:23:13 +08:00 |
|
M
|
96f14f70bc
|
Fix protocol regressions and clarify experimental APIs
|
2026-04-15 21:02:26 +08:00 |
|
M
|
daaba7dc13
|
feat: 补全 A 股历史资金流向序列功能
1. 新增命令:实现 GetHistoryFundFlowCmd (0x052d Category 22) 用于拉取历史资金分布。
2. 新增模型:增加 HistoricalFundFlow 结构,支持超大/大/中/小单的双向统计。
3. 客户端 API:TdxClient/AsyncTdxClient 增加 get_history_fund_flow() 接口。
4. 单元测试:在 test_a_share_extensions.py 中增加响应包解析逻辑验证。
5. 文档更新:README.md 同步 API 及数据模型定义。
|
2026-04-15 15:26:51 +08:00 |
|
M
|
4dabbf6d15
|
feat: A 股深度数据补全与全市场覆盖方案
1. 全市场覆盖:增加北交所 (Market.BJ) 支持,实现沪深京三市 A 股 100% 物理一致获取。
2. 资金流向:实现 get_fund_flow() 接口,基于 Tick 数据实现超大/大/中/小单加权统计。
3. 行业挂载:实现 tdxhy.cfg 解析,支持全量 A 股列表自动关联通达信/申万行业标签。
4. 市场统计:完善 get_market_stat() 接口,支持获取全 A 股涨跌家数及成交额。
5. 健壮性与测试:补全 a_share_extensions 单元测试,重构心跳测试以消除外部依赖,全量测试 100% 通过。
6. 文档对齐:README.md 同步更新特性、API 列表及数据模型。
|
2026-04-15 12:57:28 +08:00 |
|