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