Class BitfinexActivePositionsResponse
- java.lang.Object
-
- org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexActivePositionsResponse
-
public class BitfinexActivePositionsResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description BitfinexActivePositionsResponse(long id, String symbol, String status, BigDecimal base, BigDecimal amount, BigDecimal timestamp, BigDecimal swap, BigDecimal pnl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetAmount()BigDecimalgetBase()longgetId()Order.OrderTypegetOrderType()BigDecimalgetPnl()StringgetStatus()BigDecimalgetSwap()StringgetSymbol()BigDecimalgetTimestamp()StringtoString()
-
-
-
Constructor Detail
-
BitfinexActivePositionsResponse
public BitfinexActivePositionsResponse(long id, String symbol, String status, BigDecimal base, BigDecimal amount, BigDecimal timestamp, BigDecimal swap, BigDecimal pnl)
-
-
Method Detail
-
getId
public long getId()
-
getSymbol
public String getSymbol()
-
getStatus
public String getStatus()
-
getBase
public BigDecimal getBase()
-
getAmount
public BigDecimal getAmount()
-
getTimestamp
public BigDecimal getTimestamp()
-
getSwap
public BigDecimal getSwap()
-
getPnl
public BigDecimal getPnl()
-
getOrderType
public Order.OrderType getOrderType()
-
-