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