pub struct SystemSecuritiesAccount6 {
pub opng_dt: Option<String>,
pub clsg_dt: Option<String>,
pub hld_ind: Option<bool>,
pub neg_pos: Option<bool>,
pub tp: Option<SystemSecuritiesAccountType1Choice>,
pub acct_ownr: SystemPartyIdentification8,
pub pty_tp: Option<SystemPartyType1Choice>,
pub mkt_spcfc_attr: Option<Vec<MarketSpecificAttribute1>>,
pub rstrctn: Option<Vec<SystemRestriction1>>,
pub end_invstr_flg: Option<String>,
pub pricg_schme: Option<String>,
}Fields§
§opng_dt: Option<String>§clsg_dt: Option<String>§hld_ind: Option<bool>§neg_pos: Option<bool>§tp: Option<SystemSecuritiesAccountType1Choice>§acct_ownr: SystemPartyIdentification8§pty_tp: Option<SystemPartyType1Choice>§mkt_spcfc_attr: Option<Vec<MarketSpecificAttribute1>>§rstrctn: Option<Vec<SystemRestriction1>>§end_invstr_flg: Option<String>§pricg_schme: Option<String>Implementations§
Source§impl SystemSecuritiesAccount6
impl SystemSecuritiesAccount6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SystemSecuritiesAccount6
impl RefUnwindSafe for SystemSecuritiesAccount6
impl Send for SystemSecuritiesAccount6
impl Sync for SystemSecuritiesAccount6
impl Unpin for SystemSecuritiesAccount6
impl UnwindSafe for SystemSecuritiesAccount6
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