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