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