pub struct FinancialInstrument9 {
pub id: SecurityIdentification3Choice,
pub nm: Option<String>,
pub splmtry_id: Option<String>,
pub reqd_nav_ccy: Option<String>,
pub clss_tp: Option<String>,
pub scties_form: Option<FormOfSecurity1Code>,
pub dstrbtn_plcy: Option<DistributionPolicy1Code>,
pub dual_fnd_ind: bool,
}Fields§
§id: SecurityIdentification3Choice§nm: Option<String>§splmtry_id: Option<String>§clss_tp: Option<String>§scties_form: Option<FormOfSecurity1Code>§dstrbtn_plcy: Option<DistributionPolicy1Code>§dual_fnd_ind: boolImplementations§
Source§impl FinancialInstrument9
impl FinancialInstrument9
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FinancialInstrument9
impl RefUnwindSafe for FinancialInstrument9
impl Send for FinancialInstrument9
impl Sync for FinancialInstrument9
impl Unpin for FinancialInstrument9
impl UnwindSafe for FinancialInstrument9
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