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