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