Skip to main content

SuspendCache

Type Alias SuspendCache 

Source
pub type SuspendCache = Arc<DashMap<u64, Vec<u64>>>;
Expand description

停牌数据缓存:stock_id → Vec(已排序的停牌日期时间戳列表)

Aliased Type§

pub struct SuspendCache { /* private fields */ }