pub struct SmartLeverageOrder {Show 21 fields
pub order_id: Option<String>,
pub order_link_id: Option<String>,
pub product_id: Option<String>,
pub category: Option<String>,
pub order_type: Option<String>,
pub invest_coin: Option<String>,
pub amount: Option<String>,
pub underlying_asset: Option<String>,
pub direction: Option<String>,
pub leverage: Option<String>,
pub breakeven_price: Option<String>,
pub initial_price: Option<String>,
pub settlement_time: Option<String>,
pub duration: Option<String>,
pub created_time: Option<String>,
pub status: Option<String>,
pub settlement_price: Option<String>,
pub pnl: Option<String>,
pub refund_status: Option<String>,
pub account_type: Option<String>,
pub to_account_type: Option<String>,
}Fields§
§order_id: Option<String>§order_link_id: Option<String>§product_id: Option<String>§category: Option<String>§order_type: Option<String>§invest_coin: Option<String>§amount: Option<String>§underlying_asset: Option<String>§direction: Option<String>§leverage: Option<String>§breakeven_price: Option<String>§initial_price: Option<String>§settlement_time: Option<String>§duration: Option<String>§created_time: Option<String>§status: Option<String>§settlement_price: Option<String>§pnl: Option<String>§refund_status: Option<String>§account_type: Option<String>§to_account_type: Option<String>Trait Implementations§
Source§impl Clone for SmartLeverageOrder
impl Clone for SmartLeverageOrder
Source§fn clone(&self) -> SmartLeverageOrder
fn clone(&self) -> SmartLeverageOrder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SmartLeverageOrder
impl Debug for SmartLeverageOrder
Source§impl<'de> Deserialize<'de> for SmartLeverageOrder
impl<'de> Deserialize<'de> for SmartLeverageOrder
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SmartLeverageOrder
impl RefUnwindSafe for SmartLeverageOrder
impl Send for SmartLeverageOrder
impl Sync for SmartLeverageOrder
impl Unpin for SmartLeverageOrder
impl UnsafeUnpin for SmartLeverageOrder
impl UnwindSafe for SmartLeverageOrder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more