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§
Source§impl UnitPrice15
impl UnitPrice15
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for UnitPrice15
impl RefUnwindSafe for UnitPrice15
impl Send for UnitPrice15
impl Sync for UnitPrice15
impl Unpin for UnitPrice15
impl UnwindSafe for UnitPrice15
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