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
Modifier and Type Method Description BigDecimalgetAmount()BigDecimalgetBase()longgetId()Order.OrderTypegetOrderType()BigDecimalgetPnl()StringgetStatus()BigDecimalgetSwap()StringgetSymbol()BigDecimalgetTimestamp()StringtoString()
-
Constructor Details
-
BitfinexActivePositionsResponse
public BitfinexActivePositionsResponse(long id, String symbol, String status, BigDecimal base, BigDecimal amount, BigDecimal timestamp, BigDecimal swap, BigDecimal pnl)
-
-
Method Details