pub fn calculate_weighted_queue_imbalance(
bids: &SmallVec<[Level; 25]>,
asks: &SmallVec<[Level; 25]>,
max_levels: usize,
) -> f64Expand description
Calculate weighted queue imbalance across multiple levels
Uses distance-based weighting where closer levels have higher impact.