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