pub struct InvestmentAccount76 {
pub nm: Option<String>,
pub dsgnt: Option<String>,
pub fnd_tp: Option<String>,
pub fnd_fmly_nm: Option<String>,
pub scty_dtls: Option<FinancialInstrument55>,
pub acct_ownr: Option<AccountOwner3Choice>,
pub intrmy: Option<Vec<Intermediary47>>,
pub acct_svcr: Option<PartyIdentification125Choice>,
}Fields§
§nm: Option<String>§dsgnt: Option<String>§fnd_tp: Option<String>§fnd_fmly_nm: Option<String>§scty_dtls: Option<FinancialInstrument55>§acct_ownr: Option<AccountOwner3Choice>§intrmy: Option<Vec<Intermediary47>>§acct_svcr: Option<PartyIdentification125Choice>Implementations§
Source§impl InvestmentAccount76
impl InvestmentAccount76
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InvestmentAccount76
impl RefUnwindSafe for InvestmentAccount76
impl Send for InvestmentAccount76
impl Sync for InvestmentAccount76
impl Unpin for InvestmentAccount76
impl UnwindSafe for InvestmentAccount76
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