Uses of Enum
org.knowm.xchange.coinbasepro.dto.trade.CoinbaseProPlaceLimitOrder.CancelAfter
Packages that use CoinbaseProPlaceLimitOrder.CancelAfter
-
Uses of CoinbaseProPlaceLimitOrder.CancelAfter in org.knowm.xchange.coinbasepro.dto.trade
Methods in org.knowm.xchange.coinbasepro.dto.trade that return CoinbaseProPlaceLimitOrder.CancelAfterModifier and TypeMethodDescriptionCoinbaseProPlaceLimitOrder.getCancelAfter()
Returns the enum constant of this type with the specified name.CoinbaseProPlaceLimitOrder.CancelAfter.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.CancelAfterModifier and TypeMethodDescriptionCoinbaseProPlaceLimitOrder.Builder.cancelAfter
(CoinbaseProPlaceLimitOrder.CancelAfter cancelAfter) Constructors in org.knowm.xchange.coinbasepro.dto.trade with parameters of type CoinbaseProPlaceLimitOrder.CancelAfterModifierConstructorDescriptionCoinbaseProPlaceLimitOrder
(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)