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