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