SecurityIdentification47

Struct SecurityIdentification47 

Source
pub struct SecurityIdentification47 {
Show 21 fields pub id: SecurityIdentification40, pub nm: String, pub shrt_nm: Option<String>, pub clss_tp: Option<String>, pub umbrll_nm: Option<String>, pub new_umbrll: Option<bool>, pub clssfctn_tp: Option<SecurityClassificationType2Choice>, pub base_ccy: Option<String>, pub ctry_of_dmcl: Option<String>, pub regd_dstrbtn_ctry: Option<Vec<String>>, pub pdct_tp: Option<ProductStructure1Choice>, pub issr: Option<ContactAttributes5>, pub issr_pdct_govnc_prc: Option<GovernanceProcess1Choice>, pub pdct_ctgy: Option<String>, pub pdct_ctgy_de: Option<String>, pub ntnl_or_unit_based: Option<NotionalOrUnitBased1Choice>, pub qtn_tp: Option<QuotationType1Choice>, pub lvrgd_or_cntngnt_lblty: Option<bool>, pub no_rtrcssn_ind: Option<bool>, pub ex_pst_cost_clctn_bsis: Option<ExPostCostCalculationBasis1Choice>, pub addtl_inf: Option<Vec<AdditionalInformation15>>,
}

Fields§

§id: SecurityIdentification40§nm: String§shrt_nm: Option<String>§clss_tp: Option<String>§umbrll_nm: Option<String>§new_umbrll: Option<bool>§clssfctn_tp: Option<SecurityClassificationType2Choice>§base_ccy: Option<String>§ctry_of_dmcl: Option<String>§regd_dstrbtn_ctry: Option<Vec<String>>§pdct_tp: Option<ProductStructure1Choice>§issr: Option<ContactAttributes5>§issr_pdct_govnc_prc: Option<GovernanceProcess1Choice>§pdct_ctgy: Option<String>§pdct_ctgy_de: Option<String>§ntnl_or_unit_based: Option<NotionalOrUnitBased1Choice>§qtn_tp: Option<QuotationType1Choice>§lvrgd_or_cntngnt_lblty: Option<bool>§no_rtrcssn_ind: Option<bool>§ex_pst_cost_clctn_bsis: Option<ExPostCostCalculationBasis1Choice>§addtl_inf: Option<Vec<AdditionalInformation15>>

Implementations§

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, U> TryFrom<U> for T
where U: Into<T>,

Source§

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>,

Source§

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.