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