Uses of Enum Class
io.runon.trading.Trade.Type
Packages that use Trade.Type
-
Uses of Trade.Type in io.runon.trading
Methods in io.runon.trading that return Trade.TypeModifier and TypeMethodDescriptionTrade.getType()거래유형 얻기 BUY, SELLstatic Trade.TypeReturns the enum constant of this class with the specified name.static Trade.Type[]Trade.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.runon.trading with parameters of type Trade.TypeModifierConstructorDescriptionTrade(Trade.Type type, BigDecimal price, BigDecimal volume, long time) 생성자