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