pub struct LoanData144 {
pub prncpl_amt: Option<PrincipalAmount3>,
pub mtrty_dt: String,
pub unq_trad_idr: String,
pub evt_dt: String,
pub clr_sts: Cleared16Choice,
pub tradg_vn: String,
pub mstr_agrmt: Option<MasterAgreement7>,
pub exctn_dt_tm: String,
pub val_dt: String,
pub termntn_dt: Option<String>,
pub gnl_coll: Option<SpecialCollateral1Code>,
pub unit_pric: Option<SecuritiesTransactionPrice19Choice>,
}Fields§
§prncpl_amt: Option<PrincipalAmount3>§mtrty_dt: String§unq_trad_idr: String§evt_dt: String§clr_sts: Cleared16Choice§tradg_vn: String§mstr_agrmt: Option<MasterAgreement7>§exctn_dt_tm: String§val_dt: String§termntn_dt: Option<String>§gnl_coll: Option<SpecialCollateral1Code>§unit_pric: Option<SecuritiesTransactionPrice19Choice>Implementations§
Source§impl LoanData144
impl LoanData144
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for LoanData144
impl RefUnwindSafe for LoanData144
impl Send for LoanData144
impl Sync for LoanData144
impl Unpin for LoanData144
impl UnwindSafe for LoanData144
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