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