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