pub fn reconcile_order_report_with_commission(
order: &OrderAny,
report: &OrderStatusReport,
instrument: Option<&InstrumentAny>,
ts_now: UnixNanos,
commission: Option<Money>,
) -> Option<OrderEventAny>Expand description
Reconciles an order with a venue status report using a precomputed inferred-fill commission.