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