pub struct UnderlyingIssueDateField(pub FIXString);Expand description
UnderlyingIssueDateField is a LOCALMKTDATE field, Tag 242.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
impl FieldValue for UnderlyingIssueDateField
Auto Trait Implementations§
impl Freeze for UnderlyingIssueDateField
impl RefUnwindSafe for UnderlyingIssueDateField
impl Send for UnderlyingIssueDateField
impl Sync for UnderlyingIssueDateField
impl Unpin for UnderlyingIssueDateField
impl UnsafeUnpin for UnderlyingIssueDateField
impl UnwindSafe for UnderlyingIssueDateField
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