Class BitfinexNewOrderRequest
java.lang.Object
org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrderRequest
- Direct Known Subclasses:
BitfinexReplaceOrderRequest
public class BitfinexNewOrderRequest extends Object
-
Field Summary
Fields Modifier and Type Field Description protected Stringamountprotected Stringbuy_price_ocoprotected Stringexchangeprotected booleanis_hiddenprotected booleanis_postonlyprotected Stringnonceprotected booleanocoorderprotected Stringpriceprotected Stringrequestprotected Stringsell_price_ocoprotected Stringsideprotected Stringsymbolprotected Stringtype -
Constructor Summary
Constructors Constructor Description BitfinexNewOrderRequest(String nonce, String symbol, BigDecimal amount, BigDecimal price, String exchange, String side, String type, boolean isHidden, boolean isPostOnly, BigDecimal ocoAmount)BitfinexNewOrderRequest(String nonce, String symbol, BigDecimal amount, BigDecimal price, String exchange, String side, String type, BigDecimal ocoAmount) -
Method Summary
-
Field Details
-
request
-
nonce
-
symbol
-
exchange
-
side
-
type
-
amount
-
price
-
is_postonly
protected boolean is_postonly -
ocoorder
protected boolean ocoorder -
buy_price_oco
-
sell_price_oco
-
-
Constructor Details
-
BitfinexNewOrderRequest
public BitfinexNewOrderRequest(String nonce, String symbol, BigDecimal amount, BigDecimal price, String exchange, String side, String type, BigDecimal ocoAmount) -
BitfinexNewOrderRequest
public BitfinexNewOrderRequest(String nonce, String symbol, BigDecimal amount, BigDecimal price, String exchange, String side, String type, boolean isHidden, boolean isPostOnly, BigDecimal ocoAmount)
-
-
Method Details
-
getRequest
-
setRequest
-
getNonce
-
setNonce
-
getSide
-
getType
-
getSymbol
-
getAmount
-
getPrice
-