pub struct QueryOptionOrderHistoryResponseInner {Show 19 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>,
}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>Implementations§
Trait Implementations§
Source§impl Clone for QueryOptionOrderHistoryResponseInner
impl Clone for QueryOptionOrderHistoryResponseInner
Source§fn clone(&self) -> QueryOptionOrderHistoryResponseInner
fn clone(&self) -> QueryOptionOrderHistoryResponseInner
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 QueryOptionOrderHistoryResponseInner
impl Default for QueryOptionOrderHistoryResponseInner
Source§fn default() -> QueryOptionOrderHistoryResponseInner
fn default() -> QueryOptionOrderHistoryResponseInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryOptionOrderHistoryResponseInner
impl<'de> Deserialize<'de> for QueryOptionOrderHistoryResponseInner
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 QueryOptionOrderHistoryResponseInner
impl PartialEq for QueryOptionOrderHistoryResponseInner
Source§fn eq(&self, other: &QueryOptionOrderHistoryResponseInner) -> bool
fn eq(&self, other: &QueryOptionOrderHistoryResponseInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QueryOptionOrderHistoryResponseInner
Auto Trait Implementations§
impl Freeze for QueryOptionOrderHistoryResponseInner
impl RefUnwindSafe for QueryOptionOrderHistoryResponseInner
impl Send for QueryOptionOrderHistoryResponseInner
impl Sync for QueryOptionOrderHistoryResponseInner
impl Unpin for QueryOptionOrderHistoryResponseInner
impl UnsafeUnpin for QueryOptionOrderHistoryResponseInner
impl UnwindSafe for QueryOptionOrderHistoryResponseInner
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