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