pub struct QueryMarginAccountsOpenOcoResponseInner {
pub order_list_id: Option<i64>,
pub contingency_type: Option<String>,
pub list_status_type: Option<String>,
pub list_order_status: Option<String>,
pub list_client_order_id: Option<String>,
pub transaction_time: Option<i64>,
pub symbol: Option<String>,
pub is_isolated: Option<bool>,
pub orders: Option<Vec<QueryMarginAccountsOpenOcoResponseInnerOrdersInner>>,
}Fields§
§order_list_id: Option<i64>§contingency_type: Option<String>§list_status_type: Option<String>§list_order_status: Option<String>§list_client_order_id: Option<String>§transaction_time: Option<i64>§symbol: Option<String>§is_isolated: Option<bool>§orders: Option<Vec<QueryMarginAccountsOpenOcoResponseInnerOrdersInner>>Implementations§
Trait Implementations§
Source§impl Clone for QueryMarginAccountsOpenOcoResponseInner
impl Clone for QueryMarginAccountsOpenOcoResponseInner
Source§fn clone(&self) -> QueryMarginAccountsOpenOcoResponseInner
fn clone(&self) -> QueryMarginAccountsOpenOcoResponseInner
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 QueryMarginAccountsOpenOcoResponseInner
impl Default for QueryMarginAccountsOpenOcoResponseInner
Source§fn default() -> QueryMarginAccountsOpenOcoResponseInner
fn default() -> QueryMarginAccountsOpenOcoResponseInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryMarginAccountsOpenOcoResponseInner
impl<'de> Deserialize<'de> for QueryMarginAccountsOpenOcoResponseInner
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 QueryMarginAccountsOpenOcoResponseInner
impl PartialEq for QueryMarginAccountsOpenOcoResponseInner
Source§fn eq(&self, other: &QueryMarginAccountsOpenOcoResponseInner) -> bool
fn eq(&self, other: &QueryMarginAccountsOpenOcoResponseInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QueryMarginAccountsOpenOcoResponseInner
Auto Trait Implementations§
impl Freeze for QueryMarginAccountsOpenOcoResponseInner
impl RefUnwindSafe for QueryMarginAccountsOpenOcoResponseInner
impl Send for QueryMarginAccountsOpenOcoResponseInner
impl Sync for QueryMarginAccountsOpenOcoResponseInner
impl Unpin for QueryMarginAccountsOpenOcoResponseInner
impl UnsafeUnpin for QueryMarginAccountsOpenOcoResponseInner
impl UnwindSafe for QueryMarginAccountsOpenOcoResponseInner
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