Uses of Enum
org.knowm.xchange.coinbasepro.dto.trade.CoinbaseProPlaceLimitOrder.TimeInForce
Packages that use CoinbaseProPlaceLimitOrder.TimeInForce
-
Uses of CoinbaseProPlaceLimitOrder.TimeInForce in org.knowm.xchange.coinbasepro.dto.trade
Methods in org.knowm.xchange.coinbasepro.dto.trade that return CoinbaseProPlaceLimitOrder.TimeInForceModifier and TypeMethodDescriptionCoinbaseProPlaceLimitOrder.getTimeInForce()
Returns the enum constant of this type with the specified name.CoinbaseProPlaceLimitOrder.TimeInForce.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchange.coinbasepro.dto.trade with parameters of type CoinbaseProPlaceLimitOrder.TimeInForceModifier and TypeMethodDescriptionCoinbaseProPlaceLimitOrder.Builder.timeInForce
(CoinbaseProPlaceLimitOrder.TimeInForce timeInForce) Constructors in org.knowm.xchange.coinbasepro.dto.trade with parameters of type CoinbaseProPlaceLimitOrder.TimeInForceModifierConstructorDescriptionCoinbaseProPlaceLimitOrder
(String clientOld, CoinbaseProPlaceOrder.Type type, CoinbaseProPlaceOrder.Side side, String productId, CoinbaseProPlaceOrder.SelfTradePrevention stp, CoinbaseProPlaceOrder.Stop stop, BigDecimal stopPrice, BigDecimal price, BigDecimal size, CoinbaseProPlaceLimitOrder.TimeInForce timeInForce, CoinbaseProPlaceLimitOrder.CancelAfter cancelAfter, Boolean postOnly)