pub fn sort_bids(levels: &mut [PriceLevel])Expand description
Sort price levels in descending order (highest price first) – bid side ordering. Uses integer comparison via FixedPrice::Ord (no partial_cmp/NaN handling).
pub fn sort_bids(levels: &mut [PriceLevel])Sort price levels in descending order (highest price first) – bid side ordering. Uses integer comparison via FixedPrice::Ord (no partial_cmp/NaN handling).