pub fn active_only(symbols: Vec<SymbolInfo>) -> Vec<SymbolInfo>Expand description
Opt-in active-only filter — keep only currently-Trading symbols. This is
the restriction core used to apply inline (and which we removed to keep core
raw); it now lives here as a consumer choice.