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