Uses of Enum
org.knowm.xchange.coinbasepro.dto.trade.CoinbaseProPlaceOrder.Stop
Packages that use CoinbaseProPlaceOrder.Stop
-
Uses of CoinbaseProPlaceOrder.Stop in org.knowm.xchange.coinbasepro
Methods in org.knowm.xchange.coinbasepro that return CoinbaseProPlaceOrder.StopModifier and TypeMethodDescriptionstatic CoinbaseProPlaceOrder.Stop
CoinbaseProAdapters.adaptStop
(Order.OrderType orderType) -
Uses of CoinbaseProPlaceOrder.Stop in org.knowm.xchange.coinbasepro.dto.trade
Methods in org.knowm.xchange.coinbasepro.dto.trade that return CoinbaseProPlaceOrder.StopModifier 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.Constructors in org.knowm.xchange.coinbasepro.dto.trade with parameters of type CoinbaseProPlaceOrder.StopModifierConstructorDescriptionCoinbaseProPlaceLimitOrder
(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)