Expand description
Nested message and enum types in FundBondDetailAssetRsp.
Structs§
- Bond
Detail Asset - Fund
Detail Asset - Note
Detail Asset - Total
Detail Asset - v1.4.110 final E.5 (P0 wire-format bug fix): 原 Rust 字段号 [1,2,3] 与
C++ [1..5] 错位 → backend 发 total_asset(C++ tag 3) decode 到 Rust
pending_asset(tag 3); backend 发 pending_asset(tag 4) + cash(tag 5)
silently dropped (Rust 没这俩 tag). 致 HK/US fund 账户 GetFunds 返
pending_asset = 真 total_asset 值(silent data corruption, 跨 v1.4.x 多版未发现 — pitfall #44 跨版本 regression + #45 silent-success + #54 schema/runtime drift 三重).