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