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