#[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 duplicate 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 moreSource§impl Debug for dx_profile
impl Debug for dx_profile
Source§impl PartialEq for dx_profile
impl PartialEq for dx_profile
impl Copy for dx_profile
impl StructuralPartialEq for dx_profile
Auto Trait Implementations§
impl Freeze for dx_profile
impl RefUnwindSafe for dx_profile
impl !Send for dx_profile
impl !Sync for dx_profile
impl Unpin for dx_profile
impl UnwindSafe for dx_profile
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more