Class CoinbaseProPlaceOrder

java.lang.Object
org.knowm.xchange.coinbasepro.dto.trade.CoinbaseProPlaceOrder
Direct Known Subclasses:
CoinbaseProPlaceLimitOrder, CoinbaseProPlaceMarketOrder

public abstract class CoinbaseProPlaceOrder extends Object
These parameters are common to all order types. Depending on the order type, additional parameters will be required (see below).

PARAMETERS

ParamDescription
client_oid[optional] Order ID selected by you to identify your order
type[optional] limit or market (default is limit)
sidebuy or sell
product_idA valid product id
stp[optional] Self-trade prevention flag
stop[optional] Either loss or entry. Requires stop_price to be defined.
stop_price[optional] Only if stop is defined. Sets trigger price for stop order.
Author:
bryant_harris