Class PoloniexMarginPostionResponse
- java.lang.Object
-
- org.knowm.xchange.poloniex.dto.trade.PoloniexMarginPostionResponse
-
public class PoloniexMarginPostionResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description PoloniexMarginPostionResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()BigDecimalgetAmount()BigDecimalgetBasePrice()BigDecimalgetLendingFees()BigDecimalgetLiquidationPrice()BigDecimalgetPl()BigDecimalgetTotal()StringgetType()StringtoString()
-
-
-
Method Detail
-
getAmount
public BigDecimal getAmount()
-
getTotal
public BigDecimal getTotal()
-
getBasePrice
public BigDecimal getBasePrice()
-
getLiquidationPrice
public BigDecimal getLiquidationPrice()
-
getPl
public BigDecimal getPl()
-
getLendingFees
public BigDecimal getLendingFees()
-
getType
public String getType()
-
-