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