pub struct NoAllocs { /* private fields */ }
Implementations§
source§impl NoAllocs
impl NoAllocs
pub fn get_alloc_account(&self) -> Option<AllocAccount>
pub fn get_alloc_acct_id_source(&self) -> Option<AllocAcctIDSource>
pub fn get_alloc_settl_currency(&self) -> Option<AllocSettlCurrency>
pub fn get_individual_alloc_id(&self) -> Option<IndividualAllocID>
pub fn clone_group_no_nested_3_party_i_ds( &self, index: usize ) -> Option<NoNested3PartyIDs>
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_alloc_acct_id_source( &mut self, value: AllocAcctIDSource ) -> Result<&Self, QuickFixError>
pub fn remove_alloc_acct_id_source(&mut self) -> Result<&Self, QuickFixError>
pub fn set_alloc_settl_currency( &mut self, value: AllocSettlCurrency ) -> Result<&Self, QuickFixError>
pub fn remove_alloc_settl_currency(&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_3_party_i_ds( &mut self, value: NoNested3PartyIDs ) -> 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 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