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