pub fn view_only_fund_market_label(trd_market: i32) -> Option<&'static str>Expand description
Label for fund markets that are view-only on active write/calculation paths.
This intentionally covers two namespaces:
- backend raw
Account.marketvalues cached inCachedTrdAcc.trd_market; - canonical OpenAPI
Trd_Common.TrdMarketfund values.
None means the market is not a fund/view-only market. Do not use this as a
generic display label; use trd_market_label for ordinary surface labels.