pub struct DetailedStatisticsPerCounterparty19 {
pub ref_dt: String,
pub ttl_nb_of_rpts: f64,
pub ttl_nb_of_rpts_accptd: f64,
pub ttl_nb_of_rpts_rjctd: f64,
pub ttl_nb_of_txs: f64,
pub ttl_nb_of_txs_accptd: f64,
pub ttl_nb_of_txs_rjctd: f64,
pub ttl_crrctd_rjctns: Option<f64>,
pub rjctn_sttstcs: Vec<RejectionStatistics9>,
}Fields§
§ref_dt: String§ttl_nb_of_rpts: f64§ttl_nb_of_rpts_accptd: f64§ttl_nb_of_rpts_rjctd: f64§ttl_nb_of_txs: f64§ttl_nb_of_txs_accptd: f64§ttl_nb_of_txs_rjctd: f64§ttl_crrctd_rjctns: Option<f64>§rjctn_sttstcs: Vec<RejectionStatistics9>Implementations§
Source§impl DetailedStatisticsPerCounterparty19
impl DetailedStatisticsPerCounterparty19
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for DetailedStatisticsPerCounterparty19
impl RefUnwindSafe for DetailedStatisticsPerCounterparty19
impl Send for DetailedStatisticsPerCounterparty19
impl Sync for DetailedStatisticsPerCounterparty19
impl Unpin for DetailedStatisticsPerCounterparty19
impl UnwindSafe for DetailedStatisticsPerCounterparty19
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