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