Uses of Enum Class
io.runon.trading.technical.analysis.candle.CandleStick.Type
Packages that use CandleStick.Type
-
Uses of CandleStick.Type in io.runon.trading.technical.analysis.candle
Methods in io.runon.trading.technical.analysis.candle that return CandleStick.TypeModifier and TypeMethodDescriptionCandleStick.getType()캔들 유형 얻기static CandleStick.TypeReturns the enum constant of this class with the specified name.static CandleStick.Type[]CandleStick.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.