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