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