#[repr(C)]pub struct dx_greeks {
pub time: dxf_int_t,
pub sequence: dxf_int_t,
pub price: dxf_double_t,
pub volatility: dxf_double_t,
pub delta: dxf_double_t,
pub gamma: dxf_double_t,
pub theta: dxf_double_t,
pub rho: dxf_double_t,
pub vega: dxf_double_t,
}Expand description
Greeks
Fields§
§time: dxf_int_t§sequence: dxf_int_t§price: dxf_double_t§volatility: dxf_double_t§delta: dxf_double_t§gamma: dxf_double_t§theta: dxf_double_t§rho: dxf_double_t§vega: dxf_double_tTrait Implementations§
impl Copy for dx_greeks
impl StructuralPartialEq for dx_greeks
Auto Trait Implementations§
impl Freeze for dx_greeks
impl RefUnwindSafe for dx_greeks
impl Send for dx_greeks
impl Sync for dx_greeks
impl Unpin for dx_greeks
impl UnwindSafe for dx_greeks
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