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