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