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