pub struct StrikePriceDeterminationMethodField(pub FIXInt);Expand description
StrikePriceDeterminationMethodField is a INT field, Tag 1478.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for StrikePriceDeterminationMethodField
Auto Trait Implementations§
impl Freeze for StrikePriceDeterminationMethodField
impl RefUnwindSafe for StrikePriceDeterminationMethodField
impl Send for StrikePriceDeterminationMethodField
impl Sync for StrikePriceDeterminationMethodField
impl Unpin for StrikePriceDeterminationMethodField
impl UnsafeUnpin for StrikePriceDeterminationMethodField
impl UnwindSafe for StrikePriceDeterminationMethodField
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