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