pub struct CashCollateral5 {
pub coll_id: Option<String>,
pub csh_acct_id: Option<AccountIdentification4Choice>,
pub asst_nb: Option<String>,
pub dpst_amt: Option<ActiveCurrencyAndAmount>,
pub dpst_tp: Option<DepositType1Code>,
pub mtrty_dt: Option<String>,
pub val_dt: Option<String>,
pub xchg_rate: Option<f64>,
pub coll_val: ActiveCurrencyAndAmount,
pub hrcut: Option<f64>,
}Fields§
§coll_id: Option<String>§csh_acct_id: Option<AccountIdentification4Choice>§asst_nb: Option<String>§dpst_amt: Option<ActiveCurrencyAndAmount>§dpst_tp: Option<DepositType1Code>§mtrty_dt: Option<String>§val_dt: Option<String>§xchg_rate: Option<f64>§coll_val: ActiveCurrencyAndAmount§hrcut: Option<f64>Implementations§
Source§impl CashCollateral5
impl CashCollateral5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CashCollateral5
impl RefUnwindSafe for CashCollateral5
impl Send for CashCollateral5
impl Sync for CashCollateral5
impl Unpin for CashCollateral5
impl UnwindSafe for CashCollateral5
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