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