Struct phoenix_sdk_core::sdk_client_core::PhoenixOrder
source · pub struct PhoenixOrder {
pub num_base_lots: u64,
pub maker_id: Pubkey,
}
Fields§
§num_base_lots: u64
§maker_id: Pubkey
Trait Implementations§
source§impl Clone for PhoenixOrder
impl Clone for PhoenixOrder
source§fn clone(&self) -> PhoenixOrder
fn clone(&self) -> PhoenixOrder
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