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