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