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