pub struct QueryMarginAccountsOrderResponse {Show 18 fields
pub client_order_id: Option<String>,
pub cummulative_quote_qty: Option<String>,
pub executed_qty: Option<String>,
pub iceberg_qty: Option<String>,
pub is_working: Option<bool>,
pub order_id: Option<i64>,
pub orig_qty: Option<String>,
pub price: Option<String>,
pub side: Option<String>,
pub status: Option<String>,
pub stop_price: Option<String>,
pub symbol: Option<String>,
pub is_isolated: Option<bool>,
pub time: Option<i64>,
pub time_in_force: Option<String>,
pub type: Option<String>,
pub self_trade_prevention_mode: Option<String>,
pub update_time: Option<i64>,
}Fields§
§client_order_id: Option<String>§cummulative_quote_qty: Option<String>§executed_qty: Option<String>§iceberg_qty: Option<String>§is_working: Option<bool>§order_id: Option<i64>§orig_qty: Option<String>§price: Option<String>§side: Option<String>§status: Option<String>§stop_price: Option<String>§symbol: Option<String>§is_isolated: Option<bool>§time: Option<i64>§time_in_force: Option<String>§type: Option<String>§self_trade_prevention_mode: Option<String>§update_time: Option<i64>Implementations§
Trait Implementations§
Source§impl Clone for QueryMarginAccountsOrderResponse
impl Clone for QueryMarginAccountsOrderResponse
Source§fn clone(&self) -> QueryMarginAccountsOrderResponse
fn clone(&self) -> QueryMarginAccountsOrderResponse
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 Default for QueryMarginAccountsOrderResponse
impl Default for QueryMarginAccountsOrderResponse
Source§fn default() -> QueryMarginAccountsOrderResponse
fn default() -> QueryMarginAccountsOrderResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryMarginAccountsOrderResponse
impl<'de> Deserialize<'de> for QueryMarginAccountsOrderResponse
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
Source§impl PartialEq for QueryMarginAccountsOrderResponse
impl PartialEq for QueryMarginAccountsOrderResponse
Source§fn eq(&self, other: &QueryMarginAccountsOrderResponse) -> bool
fn eq(&self, other: &QueryMarginAccountsOrderResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QueryMarginAccountsOrderResponse
Auto Trait Implementations§
impl Freeze for QueryMarginAccountsOrderResponse
impl RefUnwindSafe for QueryMarginAccountsOrderResponse
impl Send for QueryMarginAccountsOrderResponse
impl Sync for QueryMarginAccountsOrderResponse
impl Unpin for QueryMarginAccountsOrderResponse
impl UnsafeUnpin for QueryMarginAccountsOrderResponse
impl UnwindSafe for QueryMarginAccountsOrderResponse
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