Struct cli_candlestick_chart::Candle [−][src]
pub struct Candle {
pub open: f64,
pub high: f64,
pub low: f64,
pub close: f64,
pub volume: Option<f64>,
pub timestamp: Option<i64>,
}Fields
open: f64high: f64low: f64close: f64volume: Option<f64>timestamp: Option<i64>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Candle
impl UnwindSafe for Candle
Blanket Implementations
Mutably borrows from an owned value. Read more
