pub struct NoRegistDtls { /* private fields */ }Implementations§
source§impl NoRegistDtls
impl NoRegistDtls
source§impl NoRegistDtls
impl NoRegistDtls
pub fn get_regist_dtls(&self) -> Option<RegistDtls>
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 clone_group_no_nested_party_i_ds( &self, index: usize ) -> Option<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_dtls( &mut self, value: RegistDtls ) -> Result<&Self, QuickFixError>
pub fn remove_regist_dtls(&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 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 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