pub struct ExposureMetrics4 {
pub prncpl_amt: Option<PrincipalAmount3>,
pub ln_val: Option<ActiveOrHistoricCurrencyAndAmount>,
pub mkt_val: Option<AmountAndDirection53>,
pub outsdng_mrgn_ln_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub shrt_mkt_val_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub mrgn_ln: Option<ActiveOrHistoricCurrencyAndAmount>,
pub csh_coll_amt: Option<AmountAndDirection53>,
pub coll_mkt_val: Option<AmountAndDirection53>,
}Fields§
§prncpl_amt: Option<PrincipalAmount3>§ln_val: Option<ActiveOrHistoricCurrencyAndAmount>§mkt_val: Option<AmountAndDirection53>§outsdng_mrgn_ln_amt: Option<ActiveOrHistoricCurrencyAndAmount>§shrt_mkt_val_amt: Option<ActiveOrHistoricCurrencyAndAmount>§mrgn_ln: Option<ActiveOrHistoricCurrencyAndAmount>§csh_coll_amt: Option<AmountAndDirection53>§coll_mkt_val: Option<AmountAndDirection53>Implementations§
Source§impl ExposureMetrics4
impl ExposureMetrics4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ExposureMetrics4
impl RefUnwindSafe for ExposureMetrics4
impl Send for ExposureMetrics4
impl Sync for ExposureMetrics4
impl Unpin for ExposureMetrics4
impl UnwindSafe for ExposureMetrics4
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