Class CoinbaseProPlaceMarketOrder
java.lang.Object
org.knowm.xchange.coinbasepro.dto.trade.CoinbaseProPlaceOrder
org.knowm.xchange.coinbasepro.dto.trade.CoinbaseProPlaceMarketOrder
MARKET ORDER PARAMETERS
One of size or funds is required.
Param | Description |
---|---|
size | [optional] Desired amount in BTC |
funds | [optional] Desired amount of quote currency to use |
- Author:
- bryant_harris
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.knowm.xchange.coinbasepro.dto.trade.CoinbaseProPlaceOrder
CoinbaseProPlaceOrder.SelfTradePrevention, CoinbaseProPlaceOrder.Side, CoinbaseProPlaceOrder.Stop, CoinbaseProPlaceOrder.Type
-
Constructor Summary
ConstructorsConstructorDescriptionCoinbaseProPlaceMarketOrder
(String clientOld, CoinbaseProPlaceOrder.Type type, CoinbaseProPlaceOrder.Side side, String productId, CoinbaseProPlaceOrder.SelfTradePrevention stp, CoinbaseProPlaceOrder.Stop stop, BigDecimal stopPrice, BigDecimal size, BigDecimal funds) -
Method Summary
Methods inherited from class org.knowm.xchange.coinbasepro.dto.trade.CoinbaseProPlaceOrder
getClientOid, getProductId, getSide, getStop, getStopPrice, getStp, getType
-
Constructor Details
-
CoinbaseProPlaceMarketOrder
public CoinbaseProPlaceMarketOrder(String clientOld, CoinbaseProPlaceOrder.Type type, CoinbaseProPlaceOrder.Side side, String productId, CoinbaseProPlaceOrder.SelfTradePrevention stp, CoinbaseProPlaceOrder.Stop stop, BigDecimal stopPrice, BigDecimal size, BigDecimal funds)
-
-
Method Details