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