pub struct EstimatedFundCashForecast6 {Show 18 fields
pub id: String,
pub trad_dt_tm: DateAndDateTimeChoice,
pub prvs_trad_dt_tm: Option<DateAndDateTimeChoice>,
pub fin_instrm_dtls: FinancialInstrument9,
pub estmtd_ttl_nav: Option<Vec<ActiveOrHistoricCurrencyAndAmount>>,
pub prvs_ttl_nav: Option<Vec<ActiveOrHistoricCurrencyAndAmount>>,
pub estmtd_ttl_units_nb: Option<FinancialInstrumentQuantity1>,
pub prvs_ttl_units_nb: Option<FinancialInstrumentQuantity1>,
pub estmtd_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 estmtd_pctg_of_shr_clss_ttl_nav: Option<f64>,
pub estmtd_csh_in_fcst_dtls: Option<Vec<CashInForecast6>>,
pub estmtd_csh_out_fcst_dtls: Option<Vec<CashOutForecast6>>,
pub estmtd_net_csh_fcst_dtls: Option<Vec<NetCashForecast4>>,
}Fields§
§id: String§trad_dt_tm: DateAndDateTimeChoice§prvs_trad_dt_tm: Option<DateAndDateTimeChoice>§fin_instrm_dtls: FinancialInstrument9§estmtd_ttl_units_nb: Option<FinancialInstrumentQuantity1>§prvs_ttl_units_nb: Option<FinancialInstrumentQuantity1>§invstmt_ccy: Option<Vec<String>>§ccy_sts: Option<CurrencyDesignation1>§xcptnl_net_csh_flow_ind: bool§pric: Option<UnitPrice19>§fx_rate: Option<ForeignExchangeTerms19>§estmtd_csh_in_fcst_dtls: Option<Vec<CashInForecast6>>§estmtd_csh_out_fcst_dtls: Option<Vec<CashOutForecast6>>§estmtd_net_csh_fcst_dtls: Option<Vec<NetCashForecast4>>Implementations§
Source§impl EstimatedFundCashForecast6
impl EstimatedFundCashForecast6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for EstimatedFundCashForecast6
impl RefUnwindSafe for EstimatedFundCashForecast6
impl Send for EstimatedFundCashForecast6
impl Sync for EstimatedFundCashForecast6
impl Unpin for EstimatedFundCashForecast6
impl UnwindSafe for EstimatedFundCashForecast6
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