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