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