pub struct NoAllocs { /* private fields */ }
Implementations§
Source§impl NoAllocs
impl NoAllocs
pub fn get_alloc_account(&self) -> Option<AllocAccount>
pub fn get_individual_alloc_id(&self) -> Option<IndividualAllocID>
pub fn no_nested_party_i_ds_len(&self) -> usize
pub fn clone_group_no_nested_party_i_ds( &self, index: usize, ) -> Option<NoNestedPartyIDs>
pub fn iter_no_nested_party_i_ds( &self, ) -> GroupIterator<'_, Self, NoNestedPartyIDs> ⓘ
pub fn get_alloc_qty(&self) -> Option<AllocQty>
pub fn set_alloc_account( &mut self, value: AllocAccount, ) -> Result<&Self, QuickFixError>
pub fn remove_alloc_account(&mut self) -> Result<&Self, QuickFixError>
pub fn set_individual_alloc_id( &mut self, value: IndividualAllocID, ) -> Result<&Self, QuickFixError>
pub fn remove_individual_alloc_id(&mut self) -> Result<&Self, QuickFixError>
pub fn add_no_nested_party_i_ds( &mut self, value: NoNestedPartyIDs, ) -> Result<&Self, QuickFixError>
pub fn set_alloc_qty(&mut self, value: AllocQty) -> Result<&Self, QuickFixError>
pub fn remove_alloc_qty(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoAllocs
impl RefUnwindSafe for NoAllocs
impl !Send for NoAllocs
impl !Sync for NoAllocs
impl Unpin for NoAllocs
impl UnwindSafe for NoAllocs
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