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