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