public class BitfinexNewOrderRequest extends Object
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
amount |
protected String |
exchange |
protected String |
nonce |
protected BigDecimal |
price |
protected String |
request |
protected String |
side |
protected String |
symbol |
protected String |
type |
Constructor and Description |
---|
BitfinexNewOrderRequest(String nonce,
String symbol,
BigDecimal amount,
BigDecimal price,
String exchange,
String side,
String type)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getAmount() |
String |
getNonce() |
String |
getPrice() |
String |
getRequest() |
String |
getSide() |
String |
getSymbol() |
String |
getType() |
void |
setNonce(String nonce) |
void |
setRequest(String request) |
protected String request
protected String nonce
protected String symbol
protected String exchange
protected String side
protected String type
protected BigDecimal amount
protected BigDecimal price
public BitfinexNewOrderRequest(String nonce, String symbol, BigDecimal amount, BigDecimal price, String exchange, String side, String type)
nonce
- symbol
- amount
- price
- exchange
- side
- type
- public String getRequest()
public void setRequest(String request)
public String getNonce()
public void setNonce(String nonce)
public String getSide()
public String getType()
public String getSymbol()
public String getAmount()
public String getPrice()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.