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