simulate_position

Function simulate_position 

Source
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.