pub struct SecurityIdentification41Choice {
pub isin: Option<String>,
pub altrntv_instrm_id: Option<String>,
pub unq_pdct_idr: Option<UniqueProductIdentifier2Choice>,
pub bskt: Option<CustomBasket4>,
pub indx: Option<IndexIdentification1>,
pub othr: Option<GenericIdentification184>,
pub id_not_avlbl: Option<UnderlyingIdentification1Code>,
}Fields§
§isin: Option<String>§altrntv_instrm_id: Option<String>§unq_pdct_idr: Option<UniqueProductIdentifier2Choice>§bskt: Option<CustomBasket4>§indx: Option<IndexIdentification1>§othr: Option<GenericIdentification184>§id_not_avlbl: Option<UnderlyingIdentification1Code>Implementations§
Source§impl SecurityIdentification41Choice
impl SecurityIdentification41Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SecurityIdentification41Choice
impl RefUnwindSafe for SecurityIdentification41Choice
impl Send for SecurityIdentification41Choice
impl Sync for SecurityIdentification41Choice
impl Unpin for SecurityIdentification41Choice
impl UnwindSafe for SecurityIdentification41Choice
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