Class CoinbaseProPlaceLimitOrder

java.lang.Object
org.knowm.xchange.coinbasepro.dto.trade.CoinbaseProPlaceOrder
org.knowm.xchange.coinbasepro.dto.trade.CoinbaseProPlaceLimitOrder

public class CoinbaseProPlaceLimitOrder extends CoinbaseProPlaceOrder
LIMIT ORDER PARAMETERS
ParamDescription
pricePrice per bitcoin
sizeAmount of BTC to buy or sell
time_in_force[optional] GTC, GTT, IOC, or FOK (default is GTC)
cancel_after[optional] min, hour, day. Requires time_in_force to be GTT
post_only[optional] Post only flag. Invalid when time_in_force is IOC or FOK
Author:
bryant_harris