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