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