Struct quickfix_msg43::execution_report::NoContAmts
source · pub struct NoContAmts { /* private fields */ }
Implementations§
source§impl NoContAmts
impl NoContAmts
source§impl NoContAmts
impl NoContAmts
pub fn get_cont_amt_type(&self) -> Option<ContAmtType>
pub fn get_cont_amt_value(&self) -> Option<ContAmtValue>
pub fn get_cont_amt_curr(&self) -> Option<ContAmtCurr>
pub fn set_cont_amt_type( &mut self, value: ContAmtType ) -> Result<&Self, QuickFixError>
pub fn remove_cont_amt_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_cont_amt_value( &mut self, value: ContAmtValue ) -> Result<&Self, QuickFixError>
pub fn remove_cont_amt_value(&mut self) -> Result<&Self, QuickFixError>
pub fn set_cont_amt_curr( &mut self, value: ContAmtCurr ) -> Result<&Self, QuickFixError>
pub fn remove_cont_amt_curr(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
source§impl Clone for NoContAmts
impl Clone for NoContAmts
source§fn clone(&self) -> NoContAmts
fn clone(&self) -> NoContAmts
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 NoContAmts
impl !Send for NoContAmts
impl !Sync for NoContAmts
impl Unpin for NoContAmts
impl UnwindSafe for NoContAmts
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