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