Struct quickfix_msg50::execution_report::no_legs::NoLegStipulations
source · pub struct NoLegStipulations { /* private fields */ }Implementations§
source§impl NoLegStipulations
impl NoLegStipulations
pub fn get_leg_stipulation_type(&self) -> Option<LegStipulationType>
pub fn get_leg_stipulation_value(&self) -> Option<LegStipulationValue>
pub fn set_leg_stipulation_type( &mut self, value: LegStipulationType ) -> Result<&Self, QuickFixError>
pub fn remove_leg_stipulation_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_leg_stipulation_value( &mut self, value: LegStipulationValue ) -> Result<&Self, QuickFixError>
pub fn remove_leg_stipulation_value(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
source§impl Clone for NoLegStipulations
impl Clone for NoLegStipulations
source§fn clone(&self) -> NoLegStipulations
fn clone(&self) -> NoLegStipulations
Returns a copy 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 moreAuto Trait Implementations§
impl RefUnwindSafe for NoLegStipulations
impl !Send for NoLegStipulations
impl !Sync for NoLegStipulations
impl Unpin for NoLegStipulations
impl UnwindSafe for NoLegStipulations
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