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§
impl Freeze for Option15
impl RefUnwindSafe for Option15
impl Send for Option15
impl Sync for Option15
impl Unpin for Option15
impl UnwindSafe for Option15
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