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