pub type dx_underlying_t = dx_underlying;Expand description
Underlying
Aliased Type§
#[repr(C)]pub struct dx_underlying_t {
pub volatility: f64,
pub front_volatility: f64,
pub back_volatility: f64,
pub call_volume: f64,
pub put_volume: f64,
pub put_call_ratio: f64,
}Fields§
§volatility: f64§front_volatility: f64§back_volatility: f64§call_volume: f64§put_volume: f64§put_call_ratio: f64