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