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