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