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