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