pub struct BenchmarkPriceTypeField(pub FIXInt);Expand description
BenchmarkPriceTypeField is a INT field, Tag 663.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for BenchmarkPriceTypeField
Auto Trait Implementations§
impl Freeze for BenchmarkPriceTypeField
impl RefUnwindSafe for BenchmarkPriceTypeField
impl Send for BenchmarkPriceTypeField
impl Sync for BenchmarkPriceTypeField
impl Unpin for BenchmarkPriceTypeField
impl UnsafeUnpin for BenchmarkPriceTypeField
impl UnwindSafe for BenchmarkPriceTypeField
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