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