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