Class PoloniexMarginAccountResponse
java.lang.Object
org.knowm.xchange.poloniex.dto.trade.PoloniexMarginAccountResponse
-
Constructor Summary
ConstructorsConstructorDescriptionPoloniexMarginAccountResponse(BigDecimal totalValue, BigDecimal pl, BigDecimal lendingFees, BigDecimal netValue, BigDecimal totalBorrowedValue, BigDecimal currentMargin) -
Method Summary
Modifier and TypeMethodDescriptiongetPl()voidsetCurrentMargin(BigDecimal currentMargin) voidsetLendingFees(BigDecimal lendingFees) voidsetNetValue(BigDecimal netValue) voidsetPl(BigDecimal pl) voidsetTotalBorrowedValue(BigDecimal totalBorrowedValue) voidsetTotalValue(BigDecimal totalValue) toString()
-
Constructor Details
-
PoloniexMarginAccountResponse
public PoloniexMarginAccountResponse(BigDecimal totalValue, BigDecimal pl, BigDecimal lendingFees, BigDecimal netValue, BigDecimal totalBorrowedValue, BigDecimal currentMargin)
-
-
Method Details