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