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