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