pub struct SecurityIdentificationQuery4Choice {
pub isin: Option<Vec<String>>,
pub altrntv_instrm_id: Option<Vec<String>>,
pub not_avlbl: Option<NotAvailable1Code>,
pub unq_pdct_idr: Option<Vec<String>>,
pub indx: Option<Vec<SecurityIdentification20Choice>>,
pub bskt: Option<Vec<BasketQuery1>>,
pub not_rptd: Option<NotReported1Code>,
}Fields§
§isin: Option<Vec<String>>§altrntv_instrm_id: Option<Vec<String>>§not_avlbl: Option<NotAvailable1Code>§unq_pdct_idr: Option<Vec<String>>§indx: Option<Vec<SecurityIdentification20Choice>>§bskt: Option<Vec<BasketQuery1>>§not_rptd: Option<NotReported1Code>Implementations§
Source§impl SecurityIdentificationQuery4Choice
impl SecurityIdentificationQuery4Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SecurityIdentificationQuery4Choice
impl RefUnwindSafe for SecurityIdentificationQuery4Choice
impl Send for SecurityIdentificationQuery4Choice
impl Sync for SecurityIdentificationQuery4Choice
impl Unpin for SecurityIdentificationQuery4Choice
impl UnwindSafe for SecurityIdentificationQuery4Choice
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