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