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