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