pub struct SecuritiesSearchCriteria4 {
pub fin_instrm_id: Option<SecurityIdentification39>,
pub clssfctn_fin_instrm: Option<String>,
pub mtrty_dt: Option<DatePeriodSearch1Choice>,
pub isse_dt: Option<DatePeriodSearch1Choice>,
pub isse_ccy: Option<String>,
pub ctry_of_isse: Option<String>,
pub scty_sts: Option<SecurityStatus3Choice>,
pub mntng_csd: Option<SystemPartyIdentification2Choice>,
pub invstr_csd: Option<SystemPartyIdentification2Choice>,
pub issr_csd: Option<SystemPartyIdentification2Choice>,
pub tech_issr_csd: Option<SystemPartyIdentification2Choice>,
pub csd: Option<SystemPartyIdentification2Choice>,
}Fields§
§fin_instrm_id: Option<SecurityIdentification39>§clssfctn_fin_instrm: Option<String>§mtrty_dt: Option<DatePeriodSearch1Choice>§isse_dt: Option<DatePeriodSearch1Choice>§isse_ccy: Option<String>§ctry_of_isse: Option<String>§scty_sts: Option<SecurityStatus3Choice>§mntng_csd: Option<SystemPartyIdentification2Choice>§invstr_csd: Option<SystemPartyIdentification2Choice>§issr_csd: Option<SystemPartyIdentification2Choice>§tech_issr_csd: Option<SystemPartyIdentification2Choice>§csd: Option<SystemPartyIdentification2Choice>Implementations§
Source§impl SecuritiesSearchCriteria4
impl SecuritiesSearchCriteria4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SecuritiesSearchCriteria4
impl RefUnwindSafe for SecuritiesSearchCriteria4
impl Send for SecuritiesSearchCriteria4
impl Sync for SecuritiesSearchCriteria4
impl Unpin for SecuritiesSearchCriteria4
impl UnwindSafe for SecuritiesSearchCriteria4
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