Class PoloniexMarginAccountResponse

java.lang.Object
org.knowm.xchange.poloniex.dto.trade.PoloniexMarginAccountResponse

public class PoloniexMarginAccountResponse extends Object
  • Constructor Details

  • Method Details

    • getTotalValue

      public BigDecimal getTotalValue()
    • setTotalValue

      public void setTotalValue(BigDecimal totalValue)
    • getPl

      public BigDecimal getPl()
    • setPl

      public void setPl(BigDecimal pl)
    • getLendingFees

      public BigDecimal getLendingFees()
    • setLendingFees

      public void setLendingFees(BigDecimal lendingFees)
    • getNetValue

      public BigDecimal getNetValue()
    • setNetValue

      public void setNetValue(BigDecimal netValue)
    • getTotalBorrowedValue

      public BigDecimal getTotalBorrowedValue()
    • setTotalBorrowedValue

      public void setTotalBorrowedValue(BigDecimal totalBorrowedValue)
    • getCurrentMargin

      public BigDecimal getCurrentMargin()
    • setCurrentMargin

      public void setCurrentMargin(BigDecimal currentMargin)
    • toString

      public String toString()
      Overrides:
      toString in class Object