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