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