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