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