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