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