pub struct StatisticsTransparency3 {
pub avrg_daly_trnvr: Option<ActiveCurrencyAndAmount>,
pub avrg_tx_val: Option<ActiveCurrencyAndAmount>,
pub lrg_in_scale: Option<f64>,
pub std_mkt_sz: Option<f64>,
pub avrg_daly_nb_of_txs: Option<f64>,
pub ttl_nb_of_txs_exctd: Option<f64>,
pub ttl_vol_of_txs_exctd: Option<f64>,
pub ttl_nb_of_tradg_days: Option<f64>,
}Fields§
§avrg_daly_trnvr: Option<ActiveCurrencyAndAmount>§avrg_tx_val: Option<ActiveCurrencyAndAmount>§lrg_in_scale: Option<f64>§std_mkt_sz: Option<f64>§avrg_daly_nb_of_txs: Option<f64>§ttl_nb_of_txs_exctd: Option<f64>§ttl_vol_of_txs_exctd: Option<f64>§ttl_nb_of_tradg_days: Option<f64>Implementations§
Source§impl StatisticsTransparency3
impl StatisticsTransparency3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for StatisticsTransparency3
impl RefUnwindSafe for StatisticsTransparency3
impl Send for StatisticsTransparency3
impl Sync for StatisticsTransparency3
impl Unpin for StatisticsTransparency3
impl UnwindSafe for StatisticsTransparency3
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