Uses of Class
org.knowm.xchange.binance.dto.account.AssetDetail
| Package | Description |
|---|---|
| org.knowm.xchange.binance.dto.account | |
| org.knowm.xchange.binance.service |
-
Uses of AssetDetail in org.knowm.xchange.binance.dto.account
Methods in org.knowm.xchange.binance.dto.account that return types with arguments of type AssetDetail Modifier and Type Method Description Map<String,AssetDetail>AssetDetailResponse. getAssetDetail()Constructor parameters in org.knowm.xchange.binance.dto.account with type arguments of type AssetDetail Constructor Description AssetDetailResponse(boolean success, Map<String,AssetDetail> assetDetail) -
Uses of AssetDetail in org.knowm.xchange.binance.service
Methods in org.knowm.xchange.binance.service that return types with arguments of type AssetDetail Modifier and Type Method Description Map<String,AssetDetail>BinanceAccountService. getAssetDetails()