Class BitfinexOfferStatusResponse
- java.lang.Object
-
- org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOfferStatusResponse
-
public class BitfinexOfferStatusResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description BitfinexOfferStatusResponse(long id, String currency, BigDecimal rate, int period, String direction, String type, BigDecimal timestamp, boolean isLive, boolean isCancelled, BigDecimal originalAmount, BigDecimal remainingAmount, BigDecimal executedAmount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCurrency()StringgetDirection()BigDecimalgetExecutedAmount()longgetId()BigDecimalgetOriginalAmount()intgetPeriod()BigDecimalgetRate()BigDecimalgetRemainingAmount()BigDecimalgetTimestamp()StringgetType()booleanisCancelled()booleanisLive()StringtoString()
-
-
-
Constructor Detail
-
BitfinexOfferStatusResponse
public BitfinexOfferStatusResponse(long id, String currency, BigDecimal rate, int period, String direction, String type, BigDecimal timestamp, boolean isLive, boolean isCancelled, BigDecimal originalAmount, BigDecimal remainingAmount, BigDecimal executedAmount)
-
-
Method Detail
-
getId
public long getId()
-
getCurrency
public String getCurrency()
-
getRate
public BigDecimal getRate()
-
getPeriod
public int getPeriod()
-
getDirection
public String getDirection()
-
getType
public String getType()
-
getTimestamp
public BigDecimal getTimestamp()
-
isLive
public boolean isLive()
-
isCancelled
public boolean isCancelled()
-
getOriginalAmount
public BigDecimal getOriginalAmount()
-
getRemainingAmount
public BigDecimal getRemainingAmount()
-
getExecutedAmount
public BigDecimal getExecutedAmount()
-
-