Struct libdxfeed_sys::dx_profile
source · #[repr(C)]pub struct dx_profile {Show 16 fields
pub beta: dxf_double_t,
pub eps: dxf_double_t,
pub div_freq: dxf_double_t,
pub exd_div_amount: dxf_double_t,
pub exd_div_date: dxf_dayid_t,
pub high_price_52: dxf_double_t,
pub low_price_52: dxf_double_t,
pub shares: dxf_double_t,
pub free_float: dxf_double_t,
pub high_limit_price: dxf_double_t,
pub low_limit_price: dxf_double_t,
pub halt_start_time: dxf_int_t,
pub halt_end_time: dxf_int_t,
pub flags: dxf_int_t,
pub description: dxf_const_string_t,
pub status_reason: dxf_const_string_t,
}Expand description
Profile
Fields§
§beta: dxf_double_t§eps: dxf_double_t§div_freq: dxf_double_t§exd_div_amount: dxf_double_t§exd_div_date: dxf_dayid_t§high_price_52: dxf_double_t§low_price_52: dxf_double_t§free_float: dxf_double_t§high_limit_price: dxf_double_t§low_limit_price: dxf_double_t§halt_start_time: dxf_int_t§halt_end_time: dxf_int_t§flags: dxf_int_t§description: dxf_const_string_t§status_reason: dxf_const_string_tTrait Implementations§
source§impl Clone for dx_profile
impl Clone for dx_profile
source§fn clone(&self) -> dx_profile
fn clone(&self) -> dx_profile
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more