pub fn parse_order_status_report(
order: &BybitOrder,
instrument: &InstrumentAny,
account_id: AccountId,
ts_init: UnixNanos,
) -> Result<OrderStatusReport>Expand description
Parses a Bybit order into a Nautilus OrderStatusReport.
pub fn parse_order_status_report(
order: &BybitOrder,
instrument: &InstrumentAny,
account_id: AccountId,
ts_init: UnixNanos,
) -> Result<OrderStatusReport>Parses a Bybit order into a Nautilus OrderStatusReport.