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