Struct libdxfeed_sys::dx_summary
source · #[repr(C)]pub struct dx_summary {
pub day_id: dxf_dayid_t,
pub day_open_price: dxf_double_t,
pub day_high_price: dxf_double_t,
pub day_low_price: dxf_double_t,
pub day_close_price: dxf_double_t,
pub prev_day_id: dxf_dayid_t,
pub prev_day_close_price: dxf_double_t,
pub prev_day_volume: dxf_double_t,
pub open_interest: dxf_double_t,
pub flags: dxf_int_t,
}Expand description
Summary
Fields§
§day_id: dxf_dayid_t§day_open_price: dxf_double_t§day_high_price: dxf_double_t§day_low_price: dxf_double_t§day_close_price: dxf_double_t§prev_day_id: dxf_dayid_t§prev_day_close_price: dxf_double_t§prev_day_volume: dxf_double_t§open_interest: dxf_double_t§flags: dxf_int_tTrait Implementations§
source§impl Clone for dx_summary
impl Clone for dx_summary
source§fn clone(&self) -> dx_summary
fn clone(&self) -> dx_summary
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 moresource§impl Debug for dx_summary
impl Debug for dx_summary
source§impl PartialEq<dx_summary> for dx_summary
impl PartialEq<dx_summary> for dx_summary
source§fn eq(&self, other: &dx_summary) -> bool
fn eq(&self, other: &dx_summary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.