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