pub struct NoMiscFees { /* private fields */ }
Implementations§
Source§impl NoMiscFees
impl NoMiscFees
Source§impl NoMiscFees
impl NoMiscFees
pub fn get_misc_fee_amt(&self) -> Option<MiscFeeAmt>
pub fn get_misc_fee_curr(&self) -> Option<MiscFeeCurr>
pub fn get_misc_fee_type(&self) -> Option<MiscFeeType>
pub fn set_misc_fee_amt( &mut self, value: MiscFeeAmt, ) -> Result<&Self, QuickFixError>
pub fn remove_misc_fee_amt(&mut self) -> Result<&Self, QuickFixError>
pub fn set_misc_fee_curr( &mut self, value: MiscFeeCurr, ) -> Result<&Self, QuickFixError>
pub fn remove_misc_fee_curr(&mut self) -> Result<&Self, QuickFixError>
pub fn set_misc_fee_type( &mut self, value: MiscFeeType, ) -> Result<&Self, QuickFixError>
pub fn remove_misc_fee_type(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
Source§impl Clone for NoMiscFees
impl Clone for NoMiscFees
Source§fn clone(&self) -> NoMiscFees
fn clone(&self) -> NoMiscFees
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 Freeze for NoMiscFees
impl RefUnwindSafe for NoMiscFees
impl !Send for NoMiscFees
impl !Sync for NoMiscFees
impl Unpin for NoMiscFees
impl UnwindSafe for NoMiscFees
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