#[non_exhaustive]pub struct OptionSummary {Show 20 fields
pub inst_type: String,
pub inst_id: String,
pub uly: String,
pub inst_family: String,
pub delta: NumberString,
pub gamma: NumberString,
pub vega: NumberString,
pub theta: NumberString,
pub delta_bs: NumberString,
pub gamma_bs: NumberString,
pub vega_bs: NumberString,
pub theta_bs: NumberString,
pub lever: NumberString,
pub mark_vol: NumberString,
pub real_vol: NumberString,
pub vol_lv: NumberString,
pub bid_vol: NumberString,
pub ask_vol: NumberString,
pub fwd_px: NumberString,
pub ts: NumberString,
}Expand description
Option summary row.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.inst_type: StringValue returned by OKX in the instType field.
inst_id: StringValue returned by OKX in the instId field.
uly: StringValue returned by OKX in the uly field.
inst_family: StringValue returned by OKX in the instFamily field.
delta: NumberStringValue returned by OKX in the delta field.
gamma: NumberStringValue returned by OKX in the gamma field.
vega: NumberStringValue returned by OKX in the vega field.
theta: NumberStringValue returned by OKX in the theta field.
delta_bs: NumberStringValue returned by OKX in the deltaBs field.
gamma_bs: NumberStringValue returned by OKX in the gammaBs field.
vega_bs: NumberStringValue returned by OKX in the vegaBs field.
theta_bs: NumberStringValue returned by OKX in the thetaBs field.
lever: NumberStringValue returned by OKX in the lever field.
mark_vol: NumberStringValue returned by OKX in the markVol field.
real_vol: NumberStringValue returned by OKX in the realVol field.
vol_lv: NumberStringValue returned by OKX in the volLv field.
bid_vol: NumberStringValue returned by OKX in the bidVol field.
ask_vol: NumberStringValue returned by OKX in the askVol field.
fwd_px: NumberStringValue returned by OKX in the fwdPx field.
ts: NumberStringValue returned by OKX in the ts field.
Trait Implementations§
Source§impl Clone for OptionSummary
impl Clone for OptionSummary
Source§fn clone(&self) -> OptionSummary
fn clone(&self) -> OptionSummary
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more