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