FundCashForecast7

Struct FundCashForecast7 

Source
pub struct FundCashForecast7 {
Show 18 fields pub id: String, pub trad_dt_tm: DateAndDateTimeChoice, pub prvs_trad_dt_tm: Option<DateAndDateTimeChoice>, pub fin_instrm_dtls: FinancialInstrument9, pub ttl_nav: Option<Vec<ActiveOrHistoricCurrencyAndAmount>>, pub prvs_ttl_nav: Option<Vec<ActiveOrHistoricCurrencyAndAmount>>, pub ttl_units_nb: Option<FinancialInstrumentQuantity1>, pub prvs_ttl_units_nb: Option<FinancialInstrumentQuantity1>, pub ttl_nav_chng_rate: Option<f64>, pub invstmt_ccy: Option<Vec<String>>, pub ccy_sts: Option<CurrencyDesignation1>, pub xcptnl_net_csh_flow_ind: bool, pub pric: Option<UnitPrice19>, pub fx_rate: Option<ForeignExchangeTerms19>, pub pctg_of_shr_clss_ttl_nav: Option<f64>, pub csh_in_fcst_dtls: Option<Vec<CashInForecast6>>, pub csh_out_fcst_dtls: Option<Vec<CashOutForecast6>>, pub net_csh_fcst_dtls: Option<Vec<NetCashForecast4>>,
}

Fields§

§id: String§trad_dt_tm: DateAndDateTimeChoice§prvs_trad_dt_tm: Option<DateAndDateTimeChoice>§fin_instrm_dtls: FinancialInstrument9§ttl_nav: Option<Vec<ActiveOrHistoricCurrencyAndAmount>>§prvs_ttl_nav: Option<Vec<ActiveOrHistoricCurrencyAndAmount>>§ttl_units_nb: Option<FinancialInstrumentQuantity1>§prvs_ttl_units_nb: Option<FinancialInstrumentQuantity1>§ttl_nav_chng_rate: Option<f64>§invstmt_ccy: Option<Vec<String>>§ccy_sts: Option<CurrencyDesignation1>§xcptnl_net_csh_flow_ind: bool§pric: Option<UnitPrice19>§fx_rate: Option<ForeignExchangeTerms19>§pctg_of_shr_clss_ttl_nav: Option<f64>§csh_in_fcst_dtls: Option<Vec<CashInForecast6>>§csh_out_fcst_dtls: Option<Vec<CashOutForecast6>>§net_csh_fcst_dtls: Option<Vec<NetCashForecast4>>

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.