Struct openlimits_exchange::model::Candle [−][src]
pub struct Candle {
pub time: u64,
pub low: Decimal,
pub high: Decimal,
pub open: Decimal,
pub close: Decimal,
pub volume: Decimal,
}Expand description
This struct represents a candle
Fields
time: u64low: Decimalhigh: Decimalopen: Decimalclose: Decimalvolume: DecimalImplementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Candle
impl UnwindSafe for Candle
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self