Struct phoenix::program::ReduceOrderParams
source · pub struct ReduceOrderParams {
pub base_params: CancelOrderParams,
pub size: u64,
}Fields§
§base_params: CancelOrderParams§size: u64Size of the order to reduce in base lots
Trait Implementations§
source§impl BorshDeserialize for ReduceOrderParamswhere
CancelOrderParams: BorshDeserialize,
u64: BorshDeserialize,
impl BorshDeserialize for ReduceOrderParamswhere CancelOrderParams: BorshDeserialize, u64: BorshDeserialize,
source§impl BorshSerialize for ReduceOrderParamswhere
CancelOrderParams: BorshSerialize,
u64: BorshSerialize,
impl BorshSerialize for ReduceOrderParamswhere CancelOrderParams: BorshSerialize, u64: BorshSerialize,
source§impl Clone for ReduceOrderParams
impl Clone for ReduceOrderParams
source§fn clone(&self) -> ReduceOrderParams
fn clone(&self) -> ReduceOrderParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more