InvestmentRestrictions3

Struct InvestmentRestrictions3 

Source
pub struct InvestmentRestrictions3 {
Show 18 fields pub min_initl_sbcpt_amt: Option<ActiveCurrencyAndAmount>, pub min_initl_sbcpt_units: Option<f64>, pub min_sbsqnt_sbcpt_amt: Option<ActiveCurrencyAndAmount>, pub min_sbsqnt_sbcpt_units: Option<f64>, pub max_red_amt: Option<ActiveCurrencyAndAmount>, pub max_red_units: Option<f64>, pub min_red_pctg: Option<f64>, pub othr_red_rstrctns: Option<String>, pub min_swtch_sbcpt_amt: Option<ActiveCurrencyAndAmount>, pub min_swtch_sbcpt_units: Option<f64>, pub max_swtch_red_amt: Option<ActiveCurrencyAndAmount>, pub max_swtch_red_units: Option<f64>, pub othr_swtch_rstrctns: Option<String>, pub min_hldg_amt: Option<ActiveCurrencyAndAmount>, pub min_hldg_units: Option<f64>, pub min_hldg_prd: Option<String>, pub hldg_trfbl: Option<HoldingTransferable1Code>, pub addtl_inf: Option<Vec<AdditionalInformation15>>,
}

Fields§

§min_initl_sbcpt_amt: Option<ActiveCurrencyAndAmount>§min_initl_sbcpt_units: Option<f64>§min_sbsqnt_sbcpt_amt: Option<ActiveCurrencyAndAmount>§min_sbsqnt_sbcpt_units: Option<f64>§max_red_amt: Option<ActiveCurrencyAndAmount>§max_red_units: Option<f64>§min_red_pctg: Option<f64>§othr_red_rstrctns: Option<String>§min_swtch_sbcpt_amt: Option<ActiveCurrencyAndAmount>§min_swtch_sbcpt_units: Option<f64>§max_swtch_red_amt: Option<ActiveCurrencyAndAmount>§max_swtch_red_units: Option<f64>§othr_swtch_rstrctns: Option<String>§min_hldg_amt: Option<ActiveCurrencyAndAmount>§min_hldg_units: Option<f64>§min_hldg_prd: Option<String>§hldg_trfbl: Option<HoldingTransferable1Code>§addtl_inf: Option<Vec<AdditionalInformation15>>

Implementations§

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.