pub fn check_position_match(
simulated_qty: Decimal,
simulated_value: Decimal,
venue_qty: Decimal,
venue_avg_px: Decimal,
tolerance: Decimal,
) -> boolExpand description
Check if simulated position matches venue position within tolerance.
ยงReturns
Returns true if quantities and average prices match within tolerance.