#[unsafe(no_mangle)]pub unsafe extern "C" fn order_rejected_new(
trader_id: TraderId,
strategy_id: StrategyId,
instrument_id: InstrumentId,
client_order_id: ClientOrderId,
account_id: AccountId,
reason_ptr: *const c_char,
event_id: UUID4,
ts_event: UnixNanos,
ts_init: UnixNanos,
reconciliation: u8,
due_post_only: u8,
) -> OrderRejectedExpand description
ยงSafety
Assumes reason_ptr is a valid C string pointer.