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