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