Skip to main content

order_rejected_new

Function order_rejected_new 

Source
#[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, ) -> OrderRejected
Expand description

ยงSafety

Assumes reason_ptr is a valid C string pointer.