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