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