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