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