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