pub struct OrderMutationResult {
pub status: String,
pub order_id: String,
pub client_order_id: String,
pub resolved_base_qty: Option<Quantity>,
pub submitted_max_quote_debit_scaled: Option<i64>,
}Fields§
§status: String§order_id: String§client_order_id: String§resolved_base_qty: Option<Quantity>Gross base quantity resolved by the admission service.
submitted_max_quote_debit_scaled: Option<i64>Hard all-in quote debit submitted with quote-budget sizing, when used.
Trait Implementations§
Source§impl Clone for OrderMutationResult
impl Clone for OrderMutationResult
Source§fn clone(&self) -> OrderMutationResult
fn clone(&self) -> OrderMutationResult
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 Debug for OrderMutationResult
impl Debug for OrderMutationResult
impl Eq for OrderMutationResult
Source§impl PartialEq for OrderMutationResult
impl PartialEq for OrderMutationResult
impl StructuralPartialEq for OrderMutationResult
Auto Trait Implementations§
impl Freeze for OrderMutationResult
impl RefUnwindSafe for OrderMutationResult
impl Send for OrderMutationResult
impl Sync for OrderMutationResult
impl Unpin for OrderMutationResult
impl UnsafeUnpin for OrderMutationResult
impl UnwindSafe for OrderMutationResult
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.