Struct libdxfeed_sys::dx_series
source · #[repr(C)]pub struct dx_series {
pub index: dxf_int_t,
pub time: dxf_int_t,
pub sequence: dxf_int_t,
pub expiration: dxf_dayid_t,
pub volatility: dxf_double_t,
pub call_volume: dxf_double_t,
pub put_volume: dxf_double_t,
pub put_call_ratio: dxf_double_t,
pub forward_price: dxf_double_t,
pub dividend: dxf_double_t,
pub interest: dxf_double_t,
}Expand description
Series
Fields§
§index: dxf_int_t§time: dxf_int_t§sequence: dxf_int_t§expiration: dxf_dayid_t§volatility: dxf_double_t§call_volume: dxf_double_t§put_volume: dxf_double_t§put_call_ratio: dxf_double_t§forward_price: dxf_double_t§dividend: dxf_double_t§interest: dxf_double_t