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