pub struct MiscFeeTypeField(pub FIXString);Expand description
MiscFeeTypeField is a STRING field, Tag 139.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
Source§impl FieldValueReader for MiscFeeTypeField
impl FieldValueReader for MiscFeeTypeField
Source§impl FieldValueWriter for MiscFeeTypeField
impl FieldValueWriter for MiscFeeTypeField
impl FieldValue for MiscFeeTypeField
Auto Trait Implementations§
impl Freeze for MiscFeeTypeField
impl RefUnwindSafe for MiscFeeTypeField
impl Send for MiscFeeTypeField
impl Sync for MiscFeeTypeField
impl Unpin for MiscFeeTypeField
impl UnsafeUnpin for MiscFeeTypeField
impl UnwindSafe for MiscFeeTypeField
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