Uses of Enum Class
org.knowm.xchange.hitbtc.v2.service.HitbtcOrderType
Packages that use HitbtcOrderType
-
Uses of HitbtcOrderType in org.knowm.xchange.hitbtc.v2
Methods in org.knowm.xchange.hitbtc.v2 with parameters of type HitbtcOrderTypeModifier and TypeMethodDescriptionHitbtcAuthenticated.postHitbtcNewOrder(String clientOrderId, String symbol, String side, BigDecimal price, BigDecimal quantity, HitbtcOrderType type, HitbtcTimeInForce timeInForce) -
Uses of HitbtcOrderType in org.knowm.xchange.hitbtc.v2.service
Methods in org.knowm.xchange.hitbtc.v2.service that return HitbtcOrderTypeModifier and TypeMethodDescriptionstatic HitbtcOrderTypeHitbtcOrderType.getOrderType(String s) static HitbtcOrderTypeReturns the enum constant of this class with the specified name.static HitbtcOrderType[]HitbtcOrderType.values()Returns an array containing the constants of this enum class, in the order they are declared.