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