pub struct NetCashForecast4 {
pub csh_sttlm_dt: String,
pub net_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub net_units_nb: Option<FinancialInstrumentQuantity1>,
pub flow_drctn: FlowDirectionType1Code,
pub addtl_bal: Option<FundBalance1>,
}Fields§
§csh_sttlm_dt: String§net_amt: Option<ActiveOrHistoricCurrencyAndAmount>§net_units_nb: Option<FinancialInstrumentQuantity1>§flow_drctn: FlowDirectionType1Code§addtl_bal: Option<FundBalance1>Implementations§
Source§impl NetCashForecast4
impl NetCashForecast4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for NetCashForecast4
impl RefUnwindSafe for NetCashForecast4
impl Send for NetCashForecast4
impl Sync for NetCashForecast4
impl Unpin for NetCashForecast4
impl UnwindSafe for NetCashForecast4
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