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