#[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 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_underlying
impl Debug for dx_underlying
Source§impl PartialEq for dx_underlying
impl PartialEq for dx_underlying
impl Copy for dx_underlying
impl StructuralPartialEq for dx_underlying
Auto Trait Implementations§
impl Freeze for dx_underlying
impl RefUnwindSafe for dx_underlying
impl Send for dx_underlying
impl Sync for dx_underlying
impl Unpin for dx_underlying
impl UnwindSafe for dx_underlying
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