Class BitfinexFundingTradeResponse
- java.lang.Object
-
- org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexFundingTradeResponse
-
public class BitfinexFundingTradeResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description BitfinexFundingTradeResponse(BigDecimal rate, BigDecimal period, BigDecimal amount, BigDecimal timestamp, String type, String tradeId, String offerId)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetAmount()StringgetOfferId()BigDecimalgetPeriod()BigDecimalgetRate()BigDecimalgetTimestamp()StringgetTradeId()StringgetType()StringtoString()
-
-
-
Constructor Detail
-
BitfinexFundingTradeResponse
public BitfinexFundingTradeResponse(BigDecimal rate, BigDecimal period, BigDecimal amount, BigDecimal timestamp, String type, String tradeId, String offerId)
Constructor- Parameters:
rate-amount-timestamp-period-type-tradeId-offerId-
-
-
Method Detail
-
getRate
public BigDecimal getRate()
-
getPeriod
public BigDecimal getPeriod()
-
getAmount
public BigDecimal getAmount()
-
getTimestamp
public BigDecimal getTimestamp()
-
getType
public String getType()
-
getTradeId
public String getTradeId()
-
getOfferId
public String getOfferId()
-
-