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