Class BitfinexBalancesResponse

java.lang.Object
org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalancesResponse

public class BitfinexBalancesResponse extends Object
  • Constructor Details

    • BitfinexBalancesResponse

      public BitfinexBalancesResponse(String type, String currency, BigDecimal amount, BigDecimal available)
      Constructor
      Parameters:
      type -
      currency -
      amount -
      available -
  • Method Details