fn is_trade_push_proto_id(proto_id: u32) -> boolExpand description
v1.4.106 codex 0932 F6 [P2]: 仅按 proto_id 判断是否 trade push 类.
修 F6 silent-misclassify bug: 旧实装靠 extract_acc_id_and_market_from_push
返 None 推断 “非 trade” — 但 trade push (proto_id 2208/2218) 若 body decode
失败也返 None → 误归 quote → restricted key (有 allowed_acc_ids 限额) 看到
该 push 时按 quote 路径直接 broadcast (绕过 trade-market filter 的 ACL).
正确语义: event_type 由 proto_id 决定 (set membership), 与 body 完整性
无关. body 解码状态另用 decode_status 字段表达 (F7).