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