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