UnitPrice15

Struct UnitPrice15 

Source
pub struct UnitPrice15 {
Show 19 fields pub tp: Option<TypeOfPrice9Code>, pub xtnded_tp: Option<String>, pub pric_mtd: Option<PriceMethod1Code>, pub val_in_invstmt_ccy: Vec<PriceValue1>, pub val_in_altrntv_ccy: Option<Vec<PriceValue1>>, pub for_exctn_ind: bool, pub cum_dvdd_ind: bool, pub clctn_bsis: Option<f64>, pub estmtd_pric_ind: bool, pub nb_of_days_acrd: Option<f64>, pub taxbl_incm_per_shr: Option<ActiveOrHistoricCurrencyAnd13DecimalAmount>, pub taxbl_incm_per_shr_clctd: Option<TaxableIncomePerShareCalculated2Code>, pub xtnded_taxbl_incm_per_shr_clctd: Option<String>, pub taxbl_incm_per_dvdd: Option<ActiveOrHistoricCurrencyAnd13DecimalAmount>, pub eu_dvdd_sts: Option<EUDividendStatus1Code>, pub xtnded_eu_dvdd_sts: Option<String>, pub chrg_dtls: Option<Vec<Charge15>>, pub tax_lblty_dtls: Option<Vec<Tax17>>, pub tax_rfnd_dtls: Option<Vec<Tax17>>,
}

Fields§

§tp: Option<TypeOfPrice9Code>§xtnded_tp: Option<String>§pric_mtd: Option<PriceMethod1Code>§val_in_invstmt_ccy: Vec<PriceValue1>§val_in_altrntv_ccy: Option<Vec<PriceValue1>>§for_exctn_ind: bool§cum_dvdd_ind: bool§clctn_bsis: Option<f64>§estmtd_pric_ind: bool§nb_of_days_acrd: Option<f64>§taxbl_incm_per_shr: Option<ActiveOrHistoricCurrencyAnd13DecimalAmount>§taxbl_incm_per_shr_clctd: Option<TaxableIncomePerShareCalculated2Code>§xtnded_taxbl_incm_per_shr_clctd: Option<String>§taxbl_incm_per_dvdd: Option<ActiveOrHistoricCurrencyAnd13DecimalAmount>§eu_dvdd_sts: Option<EUDividendStatus1Code>§xtnded_eu_dvdd_sts: Option<String>§chrg_dtls: Option<Vec<Charge15>>§tax_lblty_dtls: Option<Vec<Tax17>>§tax_rfnd_dtls: Option<Vec<Tax17>>

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.