OptionOrSwaption11

Struct OptionOrSwaption11 

Source
pub struct OptionOrSwaption11 {
    pub tp: Option<OptionType2Code>,
    pub mbdd_tp: Option<EmbeddedType1Code>,
    pub exrc_style: Option<Vec<OptionStyle6Code>>,
    pub exrc_dt: Option<ExerciseDate1Choice>,
    pub strk_pric: Option<SecuritiesTransactionPrice17Choice>,
    pub strk_pric_schdl: Option<Vec<Schedule4>>,
    pub call_amt: Option<ActiveOrHistoricCurrencyAnd19DecimalAmount>,
    pub put_amt: Option<ActiveOrHistoricCurrencyAnd19DecimalAmount>,
    pub prm_amt: Option<ActiveOrHistoricCurrencyAnd19DecimalAmount>,
    pub prm_pmt_dt: Option<String>,
    pub mtrty_dt_of_undrlyg: Option<String>,
    pub brrr_lvls: Option<OptionBarrierLevel1Choice>,
}

Fields§

§tp: Option<OptionType2Code>§mbdd_tp: Option<EmbeddedType1Code>§exrc_style: Option<Vec<OptionStyle6Code>>§exrc_dt: Option<ExerciseDate1Choice>§strk_pric: Option<SecuritiesTransactionPrice17Choice>§strk_pric_schdl: Option<Vec<Schedule4>>§call_amt: Option<ActiveOrHistoricCurrencyAnd19DecimalAmount>§put_amt: Option<ActiveOrHistoricCurrencyAnd19DecimalAmount>§prm_amt: Option<ActiveOrHistoricCurrencyAnd19DecimalAmount>§prm_pmt_dt: Option<String>§mtrty_dt_of_undrlyg: Option<String>§brrr_lvls: Option<OptionBarrierLevel1Choice>

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.