Class BitfinexTradeResponse
- java.lang.Object
-
- org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexTradeResponse
-
public class BitfinexTradeResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description BitfinexTradeResponse(BigDecimal price, BigDecimal amount, BigDecimal timestamp, String exchange, String type, String tradeId, String orderId, BigDecimal feeAmount, String feeCurrency)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetAmount()BigDecimalgetFeeAmount()StringgetFeeCurrency()StringgetOrderId()BigDecimalgetPrice()BigDecimalgetTimestamp()StringgetTradeId()StringgetType()StringtoString()
-
-
-
Constructor Detail
-
BitfinexTradeResponse
public BitfinexTradeResponse(BigDecimal price, BigDecimal amount, BigDecimal timestamp, String exchange, String type, String tradeId, String orderId, BigDecimal feeAmount, String feeCurrency)
Constructor- Parameters:
price-amount-timestamp-exchange-type-tradeId-orderId-feeAmount-feeCurrency-
-
-
Method Detail
-
getPrice
public BigDecimal getPrice()
-
getAmount
public BigDecimal getAmount()
-
getTimestamp
public BigDecimal getTimestamp()
-
getType
public String getType()
-
getOrderId
public String getOrderId()
-
getTradeId
public String getTradeId()
-
getFeeAmount
public BigDecimal getFeeAmount()
-
getFeeCurrency
public String getFeeCurrency()
-
-