Struct libdxfeed_sys::dx_underlying
source · #[repr(C)]pub struct dx_underlying {
pub volatility: dxf_double_t,
pub front_volatility: dxf_double_t,
pub back_volatility: dxf_double_t,
pub call_volume: dxf_double_t,
pub put_volume: dxf_double_t,
pub put_call_ratio: dxf_double_t,
}Expand description
Underlying
Fields§
§volatility: dxf_double_t§front_volatility: dxf_double_t§back_volatility: dxf_double_t§call_volume: dxf_double_t§put_volume: dxf_double_t§put_call_ratio: dxf_double_tTrait Implementations§
source§impl Clone for dx_underlying
impl Clone for dx_underlying
source§fn clone(&self) -> dx_underlying
fn clone(&self) -> dx_underlying
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_underlying
impl Debug for dx_underlying
source§impl PartialEq<dx_underlying> for dx_underlying
impl PartialEq<dx_underlying> for dx_underlying
source§fn eq(&self, other: &dx_underlying) -> bool
fn eq(&self, other: &dx_underlying) -> bool
This method tests for
self and other values to be equal, and is used
by ==.