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 BigDecimal
getAmount()
BigDecimal
getFeeAmount()
String
getFeeCurrency()
String
getOrderId()
BigDecimal
getPrice()
BigDecimal
getTimestamp()
String
getTradeId()
String
getType()
String
toString()
-
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