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