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