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