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 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 moreAuto Trait Implementations§
impl Freeze for NoContAmts
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