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