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