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