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