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