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