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