Class BitfinexAccountFeesResponse
- java.lang.Object
-
- org.knowm.xchange.bitfinex.v1.dto.account.BitfinexAccountFeesResponse
-
public class BitfinexAccountFeesResponse extends Object
- Author:
- ujjwal on 23/02/18.
-
-
Constructor Summary
Constructors Constructor Description BitfinexAccountFeesResponse(Map<String,BigDecimal> withdraw)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Currency,BigDecimal>getWithdraw()
-
-
-
Constructor Detail
-
BitfinexAccountFeesResponse
public BitfinexAccountFeesResponse(Map<String,BigDecimal> withdraw)
-
-
Method Detail
-
getWithdraw
public Map<Currency,BigDecimal> getWithdraw()
-
-