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