-
Constructors in org.knowm.xchange.cryptowatch.dto.marketdata.results with parameters of type Allowance
| Constructor |
Description |
CryptowatchAssetPairsResult(String error,
List<CryptowatchAssetPair> result,
Allowance allowance) |
|
CryptowatchAssetsResult(String error,
List<CryptowatchAsset> result,
Allowance allowance) |
|
CryptowatchOHLCResult(String error,
CryptowatchOHLCs result,
Allowance allowance) |
|
CryptowatchOrderBookResult(String error,
CryptowatchOrderBook result,
Allowance allowance) |
|
CryptowatchPriceResult(String error,
CryptowatchPrice result,
Allowance allowance) |
|
CryptowatchResult(V result,
String error,
Allowance allowance) |
|
CryptowatchSummaryResult(String error,
CryptowatchSummary result,
Allowance allowance) |
|
CryptowatchTradesResult(String error,
List<CryptowatchTrade> result,
Allowance allowance) |
|