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