Uses of Enum
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 HitbtcOrderType
HitbtcOrderType.getOrderType
(String s) static HitbtcOrderType
Returns the enum constant of this type with the specified name.static HitbtcOrderType[]
HitbtcOrderType.values()
Returns an array containing the constants of this enum type, in the order they are declared.