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