Uses of Enum Class
org.knowm.xchange.hitbtc.v2.dto.HitbtcSide
Packages that use HitbtcSide
-
Uses of HitbtcSide in org.knowm.xchange.hitbtc.v2
Methods in org.knowm.xchange.hitbtc.v2 that return HitbtcSideMethods in org.knowm.xchange.hitbtc.v2 with parameters of type HitbtcSideModifier and TypeMethodDescriptionstatic Order.OrderTypeHitbtcAdapters.adaptSide(HitbtcSide side) -
Uses of HitbtcSide in org.knowm.xchange.hitbtc.v2.dto
Methods in org.knowm.xchange.hitbtc.v2.dto that return HitbtcSideModifier and TypeMethodDescriptionHitbtcOwnTrade.getSide()HitbtcTrade.getSide()static HitbtcSideReturns the enum constant of this class with the specified name.static HitbtcSide[]HitbtcSide.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.knowm.xchange.hitbtc.v2.dto with parameters of type HitbtcSideModifierConstructorDescriptionHitbtcOwnTrade(Long id, String clientOrderId, Long orderId, String symbol, HitbtcSide side, BigDecimal quantity, BigDecimal fee, BigDecimal price, Date timestamp) HitbtcTrade(String id, BigDecimal price, BigDecimal quantity, HitbtcSide side, Date timestamp)