pub struct TransparencyDataReport13 {
pub tech_rcrd_id: Option<String>,
pub id: String,
pub rptg_dt: Option<String>,
pub tradg_vn: Option<String>,
pub sspnsn: bool,
pub txs_exctd: NumberAndVolume2,
pub txs_exctd_exclg_pre_trad_wvr: NumberAndVolume2,
pub txs_exctd_exclg_pst_trad_lrg_in_scale_wvr: NumberAndVolume2,
}Fields§
§tech_rcrd_id: Option<String>§id: String§rptg_dt: Option<String>§tradg_vn: Option<String>§sspnsn: bool§txs_exctd: NumberAndVolume2§txs_exctd_exclg_pre_trad_wvr: NumberAndVolume2§txs_exctd_exclg_pst_trad_lrg_in_scale_wvr: NumberAndVolume2Implementations§
Source§impl TransparencyDataReport13
impl TransparencyDataReport13
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TransparencyDataReport13
impl RefUnwindSafe for TransparencyDataReport13
impl Send for TransparencyDataReport13
impl Sync for TransparencyDataReport13
impl Unpin for TransparencyDataReport13
impl UnwindSafe for TransparencyDataReport13
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