Struct easyfix_messages::messages::MiscFeesGrp  
source · [−]pub struct MiscFeesGrp {
    pub misc_fee_amt: Option<Amt>,
    pub misc_fee_curr: Option<Currency>,
    pub misc_fee_type: Option<MiscFeeType>,
    pub misc_fee_basis: Option<MiscFeeBasis>,
}Fields
misc_fee_amt: Option<Amt>misc_fee_curr: Option<Currency>misc_fee_type: Option<MiscFeeType>misc_fee_basis: Option<MiscFeeBasis>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MiscFeesGrp
impl Send for MiscFeesGrp
impl Sync for MiscFeesGrp
impl Unpin for MiscFeesGrp
impl UnwindSafe for MiscFeesGrp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more