pub struct TransparencyDataReport11 {
pub tech_rcrd_id: Option<String>,
pub id: String,
pub full_nm: Option<String>,
pub tradg_vn: Option<String>,
pub rptg_dt: Option<String>,
pub fin_instrm_clssfctn: EquityInstrumentReportingClassification1Code,
pub nb_outsdng_instrms: Option<f64>,
pub hldgs_excdg_ttl_vtng_rght_thrshld: Option<f64>,
pub issnc_sz: Option<ActiveCurrencyAndAmount>,
pub instrm_pric: Option<ActiveCurrencyAnd13DecimalAmount>,
}Fields§
§tech_rcrd_id: Option<String>§id: String§full_nm: Option<String>§tradg_vn: Option<String>§rptg_dt: Option<String>§fin_instrm_clssfctn: EquityInstrumentReportingClassification1Code§nb_outsdng_instrms: Option<f64>§hldgs_excdg_ttl_vtng_rght_thrshld: Option<f64>§issnc_sz: Option<ActiveCurrencyAndAmount>§instrm_pric: Option<ActiveCurrencyAnd13DecimalAmount>Implementations§
Source§impl TransparencyDataReport11
impl TransparencyDataReport11
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TransparencyDataReport11
impl RefUnwindSafe for TransparencyDataReport11
impl Send for TransparencyDataReport11
impl Sync for TransparencyDataReport11
impl Unpin for TransparencyDataReport11
impl UnwindSafe for TransparencyDataReport11
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