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