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