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