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