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