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