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