pub type dx_greeks_t = dx_greeks;Expand description
Greeks
Aliased Type§
#[repr(C)]pub struct dx_greeks_t {
pub time: i32,
pub sequence: i32,
pub price: f64,
pub volatility: f64,
pub delta: f64,
pub gamma: f64,
pub theta: f64,
pub rho: f64,
pub vega: f64,
}Fields§
§time: i32§sequence: i32§price: f64§volatility: f64§delta: f64§gamma: f64§theta: f64§rho: f64§vega: f64