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