Uses of Enum
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 HitbtcTimeInForce
HitbtcTimeInForce.getTimeInForce
(String s) static HitbtcTimeInForce
Returns the enum constant of this type with the specified name.static HitbtcTimeInForce[]
HitbtcTimeInForce.values()
Returns an array containing the constants of this enum type, 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)