pub struct NoLegAllocs { /* private fields */ }Implementations§
Source§impl NoLegAllocs
impl NoLegAllocs
Source§impl NoLegAllocs
impl NoLegAllocs
pub fn get_leg_alloc_account(&self) -> Option<LegAllocAccount>
pub fn get_leg_individual_alloc_id(&self) -> Option<LegIndividualAllocID>
pub fn no_nested_2_party_i_ds_len(&self) -> usize
pub fn clone_group_no_nested_2_party_i_ds( &self, index: usize, ) -> Option<NoNested2PartyIDs>
pub fn iter_no_nested_2_party_i_ds( &self, ) -> GroupIterator<'_, Self, NoNested2PartyIDs> ⓘ
pub fn get_leg_alloc_qty(&self) -> Option<LegAllocQty>
pub fn get_leg_alloc_acct_id_source(&self) -> Option<LegAllocAcctIDSource>
pub fn get_leg_settl_currency(&self) -> Option<LegSettlCurrency>
pub fn set_leg_alloc_account( &mut self, value: LegAllocAccount, ) -> Result<&Self, QuickFixError>
pub fn remove_leg_alloc_account(&mut self) -> Result<&Self, QuickFixError>
pub fn set_leg_individual_alloc_id( &mut self, value: LegIndividualAllocID, ) -> Result<&Self, QuickFixError>
pub fn remove_leg_individual_alloc_id(&mut self) -> Result<&Self, QuickFixError>
pub fn add_no_nested_2_party_i_ds( &mut self, value: NoNested2PartyIDs, ) -> Result<&Self, QuickFixError>
pub fn set_leg_alloc_qty( &mut self, value: LegAllocQty, ) -> Result<&Self, QuickFixError>
pub fn remove_leg_alloc_qty(&mut self) -> Result<&Self, QuickFixError>
pub fn set_leg_alloc_acct_id_source( &mut self, value: LegAllocAcctIDSource, ) -> Result<&Self, QuickFixError>
pub fn remove_leg_alloc_acct_id_source( &mut self, ) -> Result<&Self, QuickFixError>
pub fn set_leg_settl_currency( &mut self, value: LegSettlCurrency, ) -> Result<&Self, QuickFixError>
pub fn remove_leg_settl_currency(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
Source§impl Clone for NoLegAllocs
impl Clone for NoLegAllocs
Source§fn clone(&self) -> NoLegAllocs
fn clone(&self) -> NoLegAllocs
Returns a duplicate 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 Freeze for NoLegAllocs
impl RefUnwindSafe for NoLegAllocs
impl !Send for NoLegAllocs
impl !Sync for NoLegAllocs
impl Unpin for NoLegAllocs
impl UnwindSafe for NoLegAllocs
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