Option15

Struct Option15 

Source
pub struct Option15 {
Show 16 fields pub optn_sttlm_style: Option<SettleStyle2Choice>, pub convs_dt: Option<String>, pub strk_pric: Option<Price8>, pub min_exrcbl_qty: Option<FinancialInstrumentQuantity1Choice>, pub convs_prd: Option<DateTimePeriod1Choice>, pub optn_style: Option<OptionStyle1Choice>, pub optn_tp: Option<OptionType8Choice>, pub strk_val: Option<f64>, pub strk_mltplr: Option<f64>, pub instrm_assgnmt_mtd: Option<AssignmentMethod2Choice>, pub vrsn_nb: Option<f64>, pub xpry_lctn: Option<String>, pub stdstn: Option<Standardisation3Choice>, pub tradg_pty_role: Option<OptionParty3Choice>, pub ctrct_sz: Option<f64>, pub addtl_undrlyg_attrbts: Option<Vec<UnderlyingAttributes4>>,
}

Fields§

§optn_sttlm_style: Option<SettleStyle2Choice>§convs_dt: Option<String>§strk_pric: Option<Price8>§min_exrcbl_qty: Option<FinancialInstrumentQuantity1Choice>§convs_prd: Option<DateTimePeriod1Choice>§optn_style: Option<OptionStyle1Choice>§optn_tp: Option<OptionType8Choice>§strk_val: Option<f64>§strk_mltplr: Option<f64>§instrm_assgnmt_mtd: Option<AssignmentMethod2Choice>§vrsn_nb: Option<f64>§xpry_lctn: Option<String>§stdstn: Option<Standardisation3Choice>§tradg_pty_role: Option<OptionParty3Choice>§ctrct_sz: Option<f64>§addtl_undrlyg_attrbts: Option<Vec<UnderlyingAttributes4>>

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.