Uses of Enum Class
org.knowm.xchange.therock.dto.marketdata.TheRockTrade.Side
Packages that use TheRockTrade.Side
-
Uses of TheRockTrade.Side in org.knowm.xchange.therock.dto.marketdata
Methods in org.knowm.xchange.therock.dto.marketdata that return TheRockTrade.SideModifier and TypeMethodDescriptionTheRockTrade.getSide()static TheRockTrade.SideReturns the enum constant of this class with the specified name.static TheRockTrade.Side[]TheRockTrade.Side.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.knowm.xchange.therock.dto.marketdata with parameters of type TheRockTrade.SideModifierConstructorDescriptionTheRockTrade(BigDecimal amount, Date date, BigDecimal price, long id, TheRockTrade.Side tradeSide) -
Uses of TheRockTrade.Side in org.knowm.xchange.therock.dto.trade
Methods in org.knowm.xchange.therock.dto.trade that return TheRockTrade.SideConstructors in org.knowm.xchange.therock.dto.trade with parameters of type TheRockTrade.SideModifierConstructorDescriptionTheRockUserTrade(long id, String fundId, BigDecimal amount, BigDecimal price, Date date, TheRockTrade.Side tradeSide, long orderId, org.knowm.xchange.therock.dto.trade.TheRockUserTrade.TheRockUserTradeTransaction[] transactions)