pub struct OutsideIndexPctField(pub FIXDecimal);Expand description
OutsideIndexPctField is a PERCENTAGE field, Tag 407.
Tuple Fields§
§0: FIXDecimalImplementations§
Trait Implementations§
impl FieldValue for OutsideIndexPctField
Auto Trait Implementations§
impl Freeze for OutsideIndexPctField
impl RefUnwindSafe for OutsideIndexPctField
impl Send for OutsideIndexPctField
impl Sync for OutsideIndexPctField
impl Unpin for OutsideIndexPctField
impl UnsafeUnpin for OutsideIndexPctField
impl UnwindSafe for OutsideIndexPctField
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