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