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