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