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