Uses of Enum Class
org.knowm.xchange.therock.dto.trade.TheRockOrder.Type
Packages that use TheRockOrder.Type
-
Uses of TheRockOrder.Type in org.knowm.xchange.therock.dto.trade
Methods in org.knowm.xchange.therock.dto.trade that return TheRockOrder.TypeModifier and TypeMethodDescriptionTheRockOrder.getType()static TheRockOrder.TypeReturns the enum constant of this class with the specified name.static TheRockOrder.Type[]TheRockOrder.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.knowm.xchange.therock.dto.trade with parameters of type TheRockOrder.TypeModifierConstructorDescriptionTheRockOrder(TheRock.Pair fundId, TheRockOrder.Side side, TheRockOrder.Type type, BigDecimal amount, BigDecimal price) -
Uses of TheRockOrder.Type in org.knowm.xchange.therock.service
Methods in org.knowm.xchange.therock.service with parameters of type TheRockOrder.TypeModifier and TypeMethodDescriptionTheRockTradeServiceRaw.placeTheRockOrder(CurrencyPair currencyPair, BigDecimal amount, BigDecimal price, TheRockOrder.Side side, TheRockOrder.Type type)