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
Modifier and Type Method Description BigDecimalgetAmount()BigDecimalgetFeeAmount()StringgetFeeCurrency()StringgetOrderId()BigDecimalgetPrice()BigDecimalgetTimestamp()StringgetTradeId()StringgetType()StringtoString()
-
Constructor Details
-
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 Details