pub struct NoRegistDtls { /* private fields */ }Implementations§
Source§impl NoRegistDtls
impl NoRegistDtls
Source§impl NoRegistDtls
impl NoRegistDtls
pub fn get_regist_detls(&self) -> Option<RegistDetls>
pub fn get_regist_email(&self) -> Option<RegistEmail>
pub fn get_mailing_dtls(&self) -> Option<MailingDtls>
pub fn get_mailing_inst(&self) -> Option<MailingInst>
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_owner_type(&self) -> Option<OwnerType>
pub fn get_date_of_birth(&self) -> Option<DateOfBirth>
pub fn get_investor_country_of_residence( &self, ) -> Option<InvestorCountryOfResidence>
pub fn set_regist_detls( &mut self, value: RegistDetls, ) -> Result<&Self, QuickFixError>
pub fn remove_regist_detls(&mut self) -> Result<&Self, QuickFixError>
pub fn set_regist_email( &mut self, value: RegistEmail, ) -> Result<&Self, QuickFixError>
pub fn remove_regist_email(&mut self) -> Result<&Self, QuickFixError>
pub fn set_mailing_dtls( &mut self, value: MailingDtls, ) -> Result<&Self, QuickFixError>
pub fn remove_mailing_dtls(&mut self) -> Result<&Self, QuickFixError>
pub fn set_mailing_inst( &mut self, value: MailingInst, ) -> Result<&Self, QuickFixError>
pub fn remove_mailing_inst(&mut self) -> Result<&Self, QuickFixError>
pub fn add_no_nested_party_i_ds( &mut self, value: NoNestedPartyIDs, ) -> Result<&Self, QuickFixError>
pub fn set_owner_type( &mut self, value: OwnerType, ) -> Result<&Self, QuickFixError>
pub fn remove_owner_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_date_of_birth( &mut self, value: DateOfBirth, ) -> Result<&Self, QuickFixError>
pub fn remove_date_of_birth(&mut self) -> Result<&Self, QuickFixError>
pub fn set_investor_country_of_residence( &mut self, value: InvestorCountryOfResidence, ) -> Result<&Self, QuickFixError>
pub fn remove_investor_country_of_residence( &mut self, ) -> Result<&Self, QuickFixError>
Trait Implementations§
Source§impl Clone for NoRegistDtls
impl Clone for NoRegistDtls
Source§fn clone(&self) -> NoRegistDtls
fn clone(&self) -> NoRegistDtls
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 NoRegistDtls
impl RefUnwindSafe for NoRegistDtls
impl !Send for NoRegistDtls
impl !Sync for NoRegistDtls
impl Unpin for NoRegistDtls
impl UnwindSafe for NoRegistDtls
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