Skip to main content

dx_candle_t

Type Alias dx_candle_t 

Source
pub type dx_candle_t = dx_candle;
Expand description

Candle

Aliased Type§

#[repr(C)]
pub struct dx_candle_t {
Show 13 fields pub time: i32, pub sequence: i32, pub count: f64, pub open: f64, pub high: f64, pub low: f64, pub close: f64, pub volume: f64, pub vwap: f64, pub bid_volume: f64, pub ask_volume: f64, pub open_interest: f64, pub imp_volatility: f64,
}

Fields§

§time: i32§sequence: i32§count: f64§open: f64§high: f64§low: f64§close: f64§volume: f64§vwap: f64§bid_volume: f64§ask_volume: f64§open_interest: f64§imp_volatility: f64