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