Class BitfinexBalancesRequest
- java.lang.Object
-
- org.knowm.xchange.bitfinex.v1.dto.account.BitfinexEmptyRequest
-
- org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalancesRequest
-
public class BitfinexBalancesRequest extends BitfinexEmptyRequest
-
-
Field Summary
-
Fields inherited from class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexEmptyRequest
nonce, options, request
-
-
Constructor Summary
Constructors Constructor Description BitfinexBalancesRequest(String nonce)Constructor
-
Method Summary
-
Methods inherited from class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexEmptyRequest
getNonce, getOptions, getRequest, setNonce, setOptions, setRequest
-
-
-
-
Constructor Detail
-
BitfinexBalancesRequest
public BitfinexBalancesRequest(String nonce)
Constructor- Parameters:
nonce-
-
-