Class BitfinexTradingFeesRequest
- java.lang.Object
-
- org.knowm.xchange.bitfinex.v1.dto.account.BitfinexEmptyRequest
-
- org.knowm.xchange.bitfinex.v1.dto.account.BitfinexTradingFeesRequest
-
public class BitfinexTradingFeesRequest extends BitfinexEmptyRequest
-
-
Field Summary
-
Fields inherited from class org.knowm.xchange.bitfinex.v1.dto.account.BitfinexEmptyRequest
nonce, options, request
-
-
Constructor Summary
Constructors Constructor Description BitfinexTradingFeesRequest(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
-
BitfinexTradingFeesRequest
public BitfinexTradingFeesRequest(String nonce)
Constructor- Parameters:
nonce-
-
-