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