Struct dex_v3::instruction::cancel_order::Params [−][src]
Expand description
The required arguments for a cancel_order instruction.
Fields
order_index: u64The index in the user account of the order to cancel
order_id: u128The order_id of the order to cancel. Redundancy is used here to avoid having to iterate over all open orders on chain.