Uses of Enum
org.knowm.xchange.coinbasepro.dto.trade.CoinbaseProPlaceOrder.SelfTradePrevention
Packages that use CoinbaseProPlaceOrder.SelfTradePrevention
-
Uses of CoinbaseProPlaceOrder.SelfTradePrevention in org.knowm.xchange.coinbasepro.dto.trade
Methods in org.knowm.xchange.coinbasepro.dto.trade that return CoinbaseProPlaceOrder.SelfTradePreventionModifier and TypeMethodDescriptionCoinbaseProPlaceOrder.getStp()
Returns the enum constant of this type with the specified name.CoinbaseProPlaceOrder.SelfTradePrevention.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.SelfTradePreventionModifierConstructorDescriptionCoinbaseProPlaceLimitOrder
(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)