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