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