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