mirror of
https://ghfast.top/https://github.com/aeroxw/easy_tdx_max.git
synced 2026-09-12 14:34:18 +08:00
read_ex_daily_bars 原把第7槽(成交量)同时赋给 amount 与 vol(amount=vol), 真实成交额藏在第6槽 float32 重解释值里、以 hk_stock_amount 之名暴露。 实测对照:47#IF300 2023-09-11 第6槽 float32=186871758848(元)、第7槽 uint32=105358016(手),与标准市场 sh000300.day 同日 amount/vol 完全一致。 - _EX_DAILY_FMT: <IffffIIf → <IfffffIf,第6槽正名为 float32 成交额 - ExDailyBar.amount: int → float;移除语义错误的 hk_stock_amount 字段 - encode 端沿新 fmt 自动正确:大成交额按 float32 编码,不再溢出 uint32 - CLI offline ex-daily 输出新增 amount 列 - 新增真实样本回归测试(47#IF300 原始记录)+ 补齐缺失的 amount 往返断言 Co-authored-by: GitHub <action@github.com>