Skip to main content

active_only

Function active_only 

Source
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.