Class BitfinexReplaceOrderRequest
java.lang.Object
org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexReplaceOrderRequest
public class BitfinexReplaceOrderRequest extends BitfinexNewOrderRequest
-
Field Summary
Fields Modifier and Type Field Description protected long
replaceOrderId
protected boolean
useRemaining
Fields inherited from class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
amount, buy_price_oco, exchange, is_hidden, is_postonly, nonce, ocoorder, price, request, sell_price_oco, side, symbol, type
-
Constructor Summary
Constructors Constructor Description BitfinexReplaceOrderRequest(String nonce, long replaceOrderId, String symbol, BigDecimal amount, BigDecimal price, String exchange, String side, String type, boolean isHidden, boolean isPostOnly, boolean useRemaining)
-
Method Summary
Methods inherited from class org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
getAmount, getNonce, getPrice, getRequest, getSide, getSymbol, getType, setNonce, setRequest
-
Field Details
-
replaceOrderId
protected long replaceOrderId -
useRemaining
protected boolean useRemaining
-
-
Constructor Details
-
BitfinexReplaceOrderRequest
public BitfinexReplaceOrderRequest(String nonce, long replaceOrderId, String symbol, BigDecimal amount, BigDecimal price, String exchange, String side, String type, boolean isHidden, boolean isPostOnly, boolean useRemaining)
-