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