pub fn simulate_position(fills: &[FillSnapshot]) -> (Decimal, Decimal)Expand description
Simulate position from chronologically ordered fills using netting logic.
ยงReturns
Returns a tuple of (quantity, value) after applying all fills.
pub fn simulate_position(fills: &[FillSnapshot]) -> (Decimal, Decimal)Simulate position from chronologically ordered fills using netting logic.
Returns a tuple of (quantity, value) after applying all fills.