Uses of Enum
org.knowm.xchange.coinbasepro.dto.trade.CoinbaseProPlaceOrder.Type
Packages that use CoinbaseProPlaceOrder.Type
-
Uses of CoinbaseProPlaceOrder.Type in org.knowm.xchange.coinbasepro.dto.trade
Methods in org.knowm.xchange.coinbasepro.dto.trade that return CoinbaseProPlaceOrder.TypeModifier and TypeMethodDescriptionCoinbaseProPlaceOrder.getType()
static CoinbaseProPlaceOrder.Type
Returns the enum constant of this type with the specified name.static CoinbaseProPlaceOrder.Type[]
CoinbaseProPlaceOrder.Type.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.TypeModifierConstructorDescriptionCoinbaseProPlaceLimitOrder
(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)