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