Class LatokenBalance

java.lang.Object
org.knowm.xchange.latoken.dto.account.LatokenBalance

public final class LatokenBalance extends Object
Response schema:
 {
        "currencyId": 102,
        "symbol": "LA",
        "name": "Latoken",
        "amount": 1054.66,
        "available": 900.66,
        "frozen": 154,
        "pending": 0
 }
 
Author:
Ezer
  • Constructor Details

  • Method Details

    • getCurrencyId

      public String getCurrencyId()
      Id of currency
      Returns:
    • getSymbol

      public String getSymbol()
      Symbol of currency
      Returns:
    • getName

      public String getName()
      Name of currency
      Returns:
    • getAmount

      public BigDecimal getAmount()
      Total amount of balance
      Returns:
    • getAvailable

      public BigDecimal getAvailable()
      Available amount of balance
      Returns:
    • getFrozen

      public BigDecimal getFrozen()
      Amount frozen by orders or transactions amount
      Returns:
    • getPending

      public BigDecimal getPending()
    • toString

      public String toString()
      Overrides:
      toString in class Object