Uses of Enum Class
com.wualabs.qtsurfer.engine.core.KlineInterval
Packages that use KlineInterval
-
Uses of KlineInterval in com.wualabs.qtsurfer.engine.core
Subclasses with type arguments of type KlineInterval in com.wualabs.qtsurfer.engine.coreMethods in com.wualabs.qtsurfer.engine.core that return KlineIntervalModifier and TypeMethodDescriptionstatic KlineIntervalKline.getInterval()KlineSnapshot.interval()Returns the value of theintervalrecord component.static KlineIntervalReturns the enum constant of this class with the specified name.static KlineInterval[]KlineInterval.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.wualabs.qtsurfer.engine.core with parameters of type KlineIntervalConstructors in com.wualabs.qtsurfer.engine.core with parameters of type KlineIntervalModifierConstructorDescriptionKlineSnapshot(Instrument instrument, KlineInterval interval, long openTime, double open, double high, double low, double close, double volume, double quoteVolume, long closeTime, long numberOfTrades, boolean closed) Creates an instance of aKlineSnapshotrecord class. -
Uses of KlineInterval in com.wualabs.qtsurfer.engine.strategy
Methods in com.wualabs.qtsurfer.engine.strategy that return KlineIntervalModifier and TypeMethodDescriptionKlineStrategy.getInterval()The single kline cadence this strategy consumes (s1, m1, m5, …).