#[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§shares: 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_t

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
This method tests for self and other values to be equal, and is used by ==.
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.