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