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