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