Class CryptowatchAssetPairsResult
java.lang.Object
org.knowm.xchange.cryptowatch.dto.marketdata.results.CryptowatchResult<List<CryptowatchAssetPair>>
org.knowm.xchange.cryptowatch.dto.marketdata.results.CryptowatchAssetPairsResult
public class CryptowatchAssetPairsResult extends CryptowatchResult<List<CryptowatchAssetPair>>
-
Constructor Summary
Constructors Constructor Description CryptowatchAssetPairsResult(String error, List<CryptowatchAssetPair> result, Allowance allowance) -
Method Summary
Methods inherited from class org.knowm.xchange.cryptowatch.dto.marketdata.results.CryptowatchResult
getError, getResult, isSuccess, toString
-
Constructor Details
-
CryptowatchAssetPairsResult
public CryptowatchAssetPairsResult(String error, List<CryptowatchAssetPair> result, Allowance allowance)
-