#[repr(C)]pub struct dx_candle {Show 13 fields
pub time: dxf_int_t,
pub sequence: dxf_int_t,
pub count: dxf_double_t,
pub open: dxf_double_t,
pub high: dxf_double_t,
pub low: dxf_double_t,
pub close: dxf_double_t,
pub volume: dxf_double_t,
pub vwap: dxf_double_t,
pub bid_volume: dxf_double_t,
pub ask_volume: dxf_double_t,
pub open_interest: dxf_double_t,
pub imp_volatility: dxf_double_t,
}Expand description
Candle
Fields§
§time: dxf_int_t§sequence: dxf_int_t§count: dxf_double_t§open: dxf_double_t§high: dxf_double_t§low: dxf_double_t§close: dxf_double_t§volume: dxf_double_t§vwap: dxf_double_t§bid_volume: dxf_double_t§ask_volume: dxf_double_t§open_interest: dxf_double_t§imp_volatility: dxf_double_tTrait Implementations§
impl Copy for dx_candle
impl StructuralPartialEq for dx_candle
Auto Trait Implementations§
impl Freeze for dx_candle
impl RefUnwindSafe for dx_candle
impl Send for dx_candle
impl Sync for dx_candle
impl Unpin for dx_candle
impl UnwindSafe for dx_candle
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