Struct quickfix_msg44::collateral_assignment::NoMiscFees
source · 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 get_misc_fee_basis(&self) -> Option<MiscFeeBasis>
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>
pub fn set_misc_fee_basis( &mut self, value: MiscFeeBasis ) -> Result<&Self, QuickFixError>
pub fn remove_misc_fee_basis(&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 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