Class BalanceDTO

    • Method Detail

      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • getCurrency

        public CurrencyDTO getCurrency()
        Currency.
      • getAvailable

        public BigDecimal getAvailable()
        Returns the amount of the CurrencyDTO in this balance that is available to trade.
      • getFrozen

        public BigDecimal getFrozen()
        Returns the frozen amount of the CurrencyDTO in this balance that is locked in trading.
      • getLoaned

        public BigDecimal getLoaned()
        Returns the loaned amount of the total CurrencyDTO in this balance that will be returned.
      • getBorrowed

        public BigDecimal getBorrowed()
        Returns the borrowed amount of the available CurrencyDTO in this balance that must be repaid.
      • getWithdrawing

        public BigDecimal getWithdrawing()
        Returns the amount of the CurrencyDTO in this balance that is locked in withdrawal.
      • getDepositing

        public BigDecimal getDepositing()
        Returns the amount of the CurrencyDTO in this balance that is locked in the deposit.