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