create_reconciliation_accepted

Function create_reconciliation_accepted 

Source
pub fn create_reconciliation_accepted(
    order: &OrderAny,
    report: &OrderStatusReport,
    ts_now: UnixNanos,
) -> OrderEventAny
Expand description

Creates an OrderAccepted event for reconciliation.

ยงPanics

Panics if the order does not have an account_id set.