Package org.knowm.xchange.dto.account
Class Balance.Builder
java.lang.Object
org.knowm.xchange.dto.account.Balance.Builder
- Enclosing class:
Balance
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionavailable(BigDecimal available) borrowed(BigDecimal borrowed) build()depositing(BigDecimal depositing) static Balance.Builderfrozen(BigDecimal frozen) loaned(BigDecimal loaned) total(BigDecimal total) withdrawing(BigDecimal withdrawing)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
from
-
currency
-
total
-
available
-
frozen
-
borrowed
-
loaned
-
withdrawing
-
depositing
-
timestamp
-
build
-