pub struct SecuritiesAccountSearchCriteria2 {
pub acct_id: Option<String>,
pub acct_svcr: Option<PartyIdentification136>,
pub acct_ownr: Option<SystemPartyIdentification8>,
pub pty_tp: Option<SystemPartyType1Choice>,
pub opng_dt: Option<DatePeriodSearch1Choice>,
pub clsg_dt: Option<DatePeriodSearch1Choice>,
pub acct_tp: Option<SystemSecuritiesAccountType1Choice>,
pub end_invstr_flg: Option<String>,
pub pricg_schme: Option<String>,
}Fields§
§acct_id: Option<String>§acct_svcr: Option<PartyIdentification136>§acct_ownr: Option<SystemPartyIdentification8>§pty_tp: Option<SystemPartyType1Choice>§opng_dt: Option<DatePeriodSearch1Choice>§clsg_dt: Option<DatePeriodSearch1Choice>§acct_tp: Option<SystemSecuritiesAccountType1Choice>§end_invstr_flg: Option<String>§pricg_schme: Option<String>Implementations§
Source§impl SecuritiesAccountSearchCriteria2
impl SecuritiesAccountSearchCriteria2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SecuritiesAccountSearchCriteria2
impl RefUnwindSafe for SecuritiesAccountSearchCriteria2
impl Send for SecuritiesAccountSearchCriteria2
impl Sync for SecuritiesAccountSearchCriteria2
impl Unpin for SecuritiesAccountSearchCriteria2
impl UnwindSafe for SecuritiesAccountSearchCriteria2
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