pub struct RegistrationInstructions {
    pub regist_id: Str,
    pub regist_trans_type: RegistTransType,
    pub regist_ref_id: Str,
    pub cl_ord_id: Option<Str>,
    pub parties: Option<Vec<Parties>>,
    pub account: Option<Str>,
    pub acct_id_source: Option<AcctIdSource>,
    pub regist_acct_type: Option<Str>,
    pub tax_advantage_type: Option<TaxAdvantageType>,
    pub ownership_type: Option<OwnershipType>,
    pub rgst_dtls_grp: Option<Vec<RgstDtlsGrp>>,
    pub rgst_dist_inst_grp: Option<Vec<RgstDistInstGrp>>,
}

Fields

regist_id: Strregist_trans_type: RegistTransTyperegist_ref_id: Strcl_ord_id: Option<Str>parties: Option<Vec<Parties>>account: Option<Str>acct_id_source: Option<AcctIdSource>regist_acct_type: Option<Str>tax_advantage_type: Option<TaxAdvantageType>ownership_type: Option<OwnershipType>rgst_dtls_grp: Option<Vec<RgstDtlsGrp>>rgst_dist_inst_grp: Option<Vec<RgstDistInstGrp>>

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.