Package org.knowm.xchange.dto.account
Class Wallet.Builder
java.lang.Object
org.knowm.xchange.dto.account.Wallet.Builder
- Enclosing class:
- Wallet
public static class Wallet.Builder extends Object
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
Modifier and Type Method Description Wallet.Builder
balances(Collection<Balance> balances)
Wallet
build()
Wallet.Builder
currentLeverage(BigDecimal currentLeverage)
Wallet.Builder
features(Set<Wallet.WalletFeature> features)
static Wallet.Builder
from(Collection<Balance> balances)
Wallet.Builder
id(String id)
Wallet.Builder
maxLeverage(BigDecimal maxLeverage)
Wallet.Builder
name(String name)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
from
-
balances
-
id
-
name
-
features
-
maxLeverage
-
currentLeverage
-
build
-