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