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