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