pub struct NoPositions { /* private fields */ }Implementations§
source§impl NoPositions
impl NoPositions
source§impl NoPositions
impl NoPositions
pub fn get_pos_type(&self) -> Option<PosType>
pub fn get_long_qty(&self) -> Option<LongQty>
pub fn get_short_qty(&self) -> Option<ShortQty>
pub fn get_pos_qty_status(&self) -> Option<PosQtyStatus>
pub fn get_quantity_date(&self) -> Option<QuantityDate>
pub fn clone_group_no_nested_party_i_ds( &self, index: usize ) -> Option<NoNestedPartyIDs>
pub fn set_pos_type(&mut self, value: PosType) -> Result<&Self, QuickFixError>
pub fn remove_pos_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_long_qty(&mut self, value: LongQty) -> Result<&Self, QuickFixError>
pub fn remove_long_qty(&mut self) -> Result<&Self, QuickFixError>
pub fn set_short_qty(&mut self, value: ShortQty) -> Result<&Self, QuickFixError>
pub fn remove_short_qty(&mut self) -> Result<&Self, QuickFixError>
pub fn set_pos_qty_status( &mut self, value: PosQtyStatus ) -> Result<&Self, QuickFixError>
pub fn remove_pos_qty_status(&mut self) -> Result<&Self, QuickFixError>
pub fn set_quantity_date( &mut self, value: QuantityDate ) -> Result<&Self, QuickFixError>
pub fn remove_quantity_date(&mut self) -> Result<&Self, QuickFixError>
pub fn add_no_nested_party_i_ds( &mut self, value: NoNestedPartyIDs ) -> Result<&Self, QuickFixError>
Trait Implementations§
source§impl Clone for NoPositions
impl Clone for NoPositions
source§fn clone(&self) -> NoPositions
fn clone(&self) -> NoPositions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for NoPositions
impl !Send for NoPositions
impl !Sync for NoPositions
impl Unpin for NoPositions
impl UnwindSafe for NoPositions
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