public class BitfinexBalanceHistoryRequest extends Object
protected String
currency
protected int
limit
nonce
request
protected Date
since
until
wallet
BitfinexBalanceHistoryRequest(String nonce, String currency, Long since, Long until, int limit, String wallet)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String request
protected String nonce
protected String currency
protected Date since
protected Date until
protected int limit
protected String wallet
public BitfinexBalanceHistoryRequest(String nonce, String currency, Long since, Long until, int limit, String wallet)