pub struct TransparencyDataReport20 {
pub tech_rcrd_id: Option<String>,
pub id: InstrumentOrSubClassIdentification2Choice,
pub full_nm: Option<String>,
pub tradg_vn: Option<String>,
pub rptg_prd: Option<Period4Choice>,
pub lqdty: Option<bool>,
pub pre_trad_lrg_in_scale_thrshld: Option<TonsOrCurrency2Choice>,
pub pst_trad_lrg_in_scale_thrshld: Option<TonsOrCurrency2Choice>,
pub pre_trad_instrm_sz_spcfc_thrshld: Option<TonsOrCurrency2Choice>,
pub pst_trad_instrm_sz_spcfc_thrshld: Option<TonsOrCurrency2Choice>,
pub sttstcs: Option<StatisticsTransparency2>,
}Fields§
§tech_rcrd_id: Option<String>§id: InstrumentOrSubClassIdentification2Choice§full_nm: Option<String>§tradg_vn: Option<String>§rptg_prd: Option<Period4Choice>§lqdty: Option<bool>§pre_trad_lrg_in_scale_thrshld: Option<TonsOrCurrency2Choice>§pst_trad_lrg_in_scale_thrshld: Option<TonsOrCurrency2Choice>§pre_trad_instrm_sz_spcfc_thrshld: Option<TonsOrCurrency2Choice>§pst_trad_instrm_sz_spcfc_thrshld: Option<TonsOrCurrency2Choice>§sttstcs: Option<StatisticsTransparency2>Implementations§
Source§impl TransparencyDataReport20
impl TransparencyDataReport20
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TransparencyDataReport20
impl RefUnwindSafe for TransparencyDataReport20
impl Send for TransparencyDataReport20
impl Sync for TransparencyDataReport20
impl Unpin for TransparencyDataReport20
impl UnwindSafe for TransparencyDataReport20
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