Uses of Enum
org.knowm.xchange.therock.dto.trade.TheRockOrder.Side
Packages that use TheRockOrder.Side
Package
Description
-
Uses of TheRockOrder.Side in org.knowm.xchange.therock
Methods in org.knowm.xchange.therock that return TheRockOrder.SideModifier and TypeMethodDescriptionstatic TheRockOrder.SideTheRockAdapters.adaptSide(Order.OrderType type) Methods in org.knowm.xchange.therock with parameters of type TheRockOrder.SideModifier and TypeMethodDescriptionstatic Order.OrderTypeTheRockAdapters.adaptOrderType(TheRockOrder.Side orderSide) TheRockAuthenticated.orders(TheRock.Pair currencyPair, String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, Date after, Date before, String status, TheRockOrder.Side side, Long positionId, int page) -
Uses of TheRockOrder.Side in org.knowm.xchange.therock.dto.trade
Methods in org.knowm.xchange.therock.dto.trade that return TheRockOrder.SideModifier and TypeMethodDescriptionTheRockOrder.getSide()static TheRockOrder.SideReturns the enum constant of this type with the specified name.static TheRockOrder.Side[]TheRockOrder.Side.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.knowm.xchange.therock.dto.trade with parameters of type TheRockOrder.SideModifierConstructorDescriptionTheRockOrder(TheRock.Pair fundId, TheRockOrder.Side side, TheRockOrder.Type type, BigDecimal amount, BigDecimal price) -
Uses of TheRockOrder.Side in org.knowm.xchange.therock.service
Methods in org.knowm.xchange.therock.service with parameters of type TheRockOrder.SideModifier and TypeMethodDescriptionTheRockTradeServiceRaw.getTheRockOrders(CurrencyPair currencyPair, Date after, Date before, String status, TheRockOrder.Side side, Long positionId, int page) TheRockTradeServiceRaw.placeTheRockOrder(CurrencyPair currencyPair, BigDecimal amount, BigDecimal price, TheRockOrder.Side side, TheRockOrder.Type type)