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