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