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