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