pub struct NoRegistDtls { /* private fields */ }

Implementations§

source§

impl NoRegistDtls

source

pub const FIELD_ID: i32 = 473i32

source

pub const DELIMITER: i32 = 509i32

source

pub fn try_new() -> Result<Self, QuickFixError>

source§

impl NoRegistDtls

source

pub fn get_regist_dtls(&self) -> Option<RegistDtls>

source

pub fn get_regist_email(&self) -> Option<RegistEmail>

source

pub fn get_mailing_dtls(&self) -> Option<MailingDtls>

source

pub fn get_mailing_inst(&self) -> Option<MailingInst>

source

pub fn clone_group_no_nested_party_i_ds( &self, index: usize ) -> Option<NoNestedPartyIDs>

source

pub fn get_owner_type(&self) -> Option<OwnerType>

source

pub fn get_date_of_birth(&self) -> Option<DateOfBirth>

source

pub fn get_investor_country_of_residence( &self ) -> Option<InvestorCountryOfResidence>

source

pub fn set_regist_dtls( &mut self, value: RegistDtls ) -> Result<&Self, QuickFixError>

source

pub fn remove_regist_dtls(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_regist_email( &mut self, value: RegistEmail ) -> Result<&Self, QuickFixError>

source

pub fn remove_regist_email(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_mailing_dtls( &mut self, value: MailingDtls ) -> Result<&Self, QuickFixError>

source

pub fn remove_mailing_dtls(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_mailing_inst( &mut self, value: MailingInst ) -> Result<&Self, QuickFixError>

source

pub fn remove_mailing_inst(&mut self) -> Result<&Self, QuickFixError>

source

pub fn add_no_nested_party_i_ds( &mut self, value: NoNestedPartyIDs ) -> Result<&Self, QuickFixError>

source

pub fn set_owner_type( &mut self, value: OwnerType ) -> Result<&Self, QuickFixError>

source

pub fn remove_owner_type(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_date_of_birth( &mut self, value: DateOfBirth ) -> Result<&Self, QuickFixError>

source

pub fn remove_date_of_birth(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_investor_country_of_residence( &mut self, value: InvestorCountryOfResidence ) -> Result<&Self, QuickFixError>

source

pub fn remove_investor_country_of_residence( &mut self ) -> Result<&Self, QuickFixError>

Trait Implementations§

source§

impl Clone for NoRegistDtls

source§

fn clone(&self) -> NoRegistDtls

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for NoRegistDtls

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.