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