Uses of Enum
org.knowm.xchange.coinbasepro.dto.trade.CoinbaseProPlaceOrder.Stop
-
Uses of CoinbaseProPlaceOrder.Stop in org.knowm.xchange.coinbasepro
Modifier and TypeMethodDescriptionstatic CoinbaseProPlaceOrder.Stop
CoinbaseProAdapters.adaptStop
(Order.OrderType orderType) -
Uses of CoinbaseProPlaceOrder.Stop in org.knowm.xchange.coinbasepro.dto.trade
Modifier and TypeMethodDescriptionCoinbaseProPlaceOrder.getStop()
static CoinbaseProPlaceOrder.Stop
Returns the enum constant of this type with the specified name.static CoinbaseProPlaceOrder.Stop[]
CoinbaseProPlaceOrder.Stop.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionCoinbaseProPlaceLimitOrder
(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) CoinbaseProPlaceMarketOrder
(String clientOld, CoinbaseProPlaceOrder.Type type, CoinbaseProPlaceOrder.Side side, String productId, CoinbaseProPlaceOrder.SelfTradePrevention stp, CoinbaseProPlaceOrder.Stop stop, BigDecimal stopPrice, BigDecimal size, BigDecimal funds) CoinbaseProPlaceOrder
(String clientOid, CoinbaseProPlaceOrder.Type type, CoinbaseProPlaceOrder.Side side, String productId, CoinbaseProPlaceOrder.SelfTradePrevention stp, CoinbaseProPlaceOrder.Stop stop, BigDecimal stopPrice)