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