mirror of
https://ghfast.top/https://github.com/aeroxw/easy_tdx_max.git
synced 2026-09-12 15:44:18 +08:00
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 及数据模型定义。