pub struct SecuritiesCurrencyIdentification2 {
pub ccy: CurrencyCodeAndName1,
pub frctnl_dgt: Option<f64>,
pub ctry_dtls: CountryCodeAndName3,
pub pre_euro: bool,
pub mod_attr: Option<Modification1Code>,
pub vldty_prd: Period4Choice,
pub last_updtd: Option<String>,
}Fields§
§ccy: CurrencyCodeAndName1§frctnl_dgt: Option<f64>§ctry_dtls: CountryCodeAndName3§pre_euro: bool§mod_attr: Option<Modification1Code>§vldty_prd: Period4Choice§last_updtd: Option<String>Implementations§
Source§impl SecuritiesCurrencyIdentification2
impl SecuritiesCurrencyIdentification2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SecuritiesCurrencyIdentification2
impl RefUnwindSafe for SecuritiesCurrencyIdentification2
impl Send for SecuritiesCurrencyIdentification2
impl Sync for SecuritiesCurrencyIdentification2
impl Unpin for SecuritiesCurrencyIdentification2
impl UnwindSafe for SecuritiesCurrencyIdentification2
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