Class PoloniexMarginAccountResponse
- java.lang.Object
-
- org.knowm.xchange.poloniex.dto.trade.PoloniexMarginAccountResponse
-
public class PoloniexMarginAccountResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description PoloniexMarginAccountResponse(BigDecimal totalValue, BigDecimal pl, BigDecimal lendingFees, BigDecimal netValue, BigDecimal totalBorrowedValue, BigDecimal currentMargin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetCurrentMargin()BigDecimalgetLendingFees()BigDecimalgetNetValue()BigDecimalgetPl()BigDecimalgetTotalBorrowedValue()BigDecimalgetTotalValue()voidsetCurrentMargin(BigDecimal currentMargin)voidsetLendingFees(BigDecimal lendingFees)voidsetNetValue(BigDecimal netValue)voidsetPl(BigDecimal pl)voidsetTotalBorrowedValue(BigDecimal totalBorrowedValue)voidsetTotalValue(BigDecimal totalValue)StringtoString()
-
-
-
Constructor Detail
-
PoloniexMarginAccountResponse
public PoloniexMarginAccountResponse(BigDecimal totalValue, BigDecimal pl, BigDecimal lendingFees, BigDecimal netValue, BigDecimal totalBorrowedValue, BigDecimal currentMargin)
-
-
Method Detail
-
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)
-
-