Struct easyfix_messages::groups::PositionQty
source · [−]pub struct PositionQty {
pub pos_type: Option<PosType>,
pub long_qty: Option<Qty>,
pub short_qty: Option<Qty>,
pub pos_qty_status: Option<PosQtyStatus>,
pub quantity_date: Option<LocalMktDate>,
pub nested_parties: Option<Vec<NestedParties>>,
}Fields
pos_type: Option<PosType>long_qty: Option<Qty>short_qty: Option<Qty>pos_qty_status: Option<PosQtyStatus>quantity_date: Option<LocalMktDate>nested_parties: Option<Vec<NestedParties>>Trait Implementations
sourceimpl Clone for PositionQty
impl Clone for PositionQty
sourcefn clone(&self) -> PositionQty
fn clone(&self) -> PositionQty
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for PositionQty
impl Send for PositionQty
impl Sync for PositionQty
impl Unpin for PositionQty
impl UnwindSafe for PositionQty
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more