pub fn parse_trd_market_for_write(s: &str) -> Result<TrdMarket>Expand description
v1.4.102 codex 27 F7 (P1) fix: write path 专用 parser, 显式拒 fund market.
place-order / modify-order / cancel-order / cancel-all-order 等
CLI 写命令应用此 fn (不直接用 parse_trd_market). fund market 113/123
仅 view-only read endpoints 支持. read 命令 (positions / funds /
cash-log 等) 仍用 parse_trd_market.