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