pub type dx_profile_t = dx_profile;Expand description
Profile
Aliased Type§
#[repr(C)]pub struct dx_profile_t {Show 16 fields
pub beta: f64,
pub eps: f64,
pub div_freq: f64,
pub exd_div_amount: f64,
pub exd_div_date: i32,
pub high_price_52: f64,
pub low_price_52: f64,
pub shares: f64,
pub free_float: f64,
pub high_limit_price: f64,
pub low_limit_price: f64,
pub halt_start_time: i32,
pub halt_end_time: i32,
pub flags: i32,
pub description: *const i32,
pub status_reason: *const i32,
}Fields§
§beta: f64§eps: f64§div_freq: f64§exd_div_amount: f64§exd_div_date: i32§high_price_52: f64§low_price_52: f64§free_float: f64§high_limit_price: f64§low_limit_price: f64§halt_start_time: i32§halt_end_time: i32§flags: i32§description: *const i32§status_reason: *const i32