Struct agnostic_orderbook::instruction::cancel_order::Params [−][src]
pub struct Params { pub order_id: u128, }
Expand description
The required arguments for a cancel_order instruction.
Fields
order_id: u128
The order id is a unique identifier for a particular order
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Params
impl UnwindSafe for Params
Blanket Implementations
Mutably borrows from an owned value. Read more