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