pub struct CollateralMarginCorrection6 {
pub tech_rcrd_id: Option<String>,
pub rptg_dt_tm: String,
pub evt_dt: String,
pub ctr_pty: Counterparty39,
pub coll_prtfl_id: String,
pub pstd_mrgn_or_coll: Option<PostedMarginOrCollateral4>,
pub rcvd_mrgn_or_coll: Option<ReceivedMarginOrCollateral4>,
pub splmtry_data: Option<Vec<SupplementaryData1>>,
}Fields§
§tech_rcrd_id: Option<String>§rptg_dt_tm: String§evt_dt: String§ctr_pty: Counterparty39§coll_prtfl_id: String§pstd_mrgn_or_coll: Option<PostedMarginOrCollateral4>§rcvd_mrgn_or_coll: Option<ReceivedMarginOrCollateral4>§splmtry_data: Option<Vec<SupplementaryData1>>Implementations§
Source§impl CollateralMarginCorrection6
impl CollateralMarginCorrection6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CollateralMarginCorrection6
impl RefUnwindSafe for CollateralMarginCorrection6
impl Send for CollateralMarginCorrection6
impl Sync for CollateralMarginCorrection6
impl Unpin for CollateralMarginCorrection6
impl UnwindSafe for CollateralMarginCorrection6
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