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