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