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