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