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