pub enum CandleInterval {
OneMinute,
FiveMinutes,
FifteenMinutes,
ThirtyMinutes,
OneHour,
TwoHours,
FourHours,
SixHours,
EightHours,
TwelveHours,
OneDay,
}
Expand description
Time interval between each candlestick.
Variants§
OneMinute
FiveMinutes
FifteenMinutes
ThirtyMinutes
OneHour
TwoHours
FourHours
SixHours
EightHours
TwelveHours
OneDay
Trait Implementations§
Source§impl Debug for CandleInterval
impl Debug for CandleInterval
Auto Trait Implementations§
impl Freeze for CandleInterval
impl RefUnwindSafe for CandleInterval
impl Send for CandleInterval
impl Sync for CandleInterval
impl Unpin for CandleInterval
impl UnwindSafe for CandleInterval
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