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