Class BitfinexTrade
java.lang.Object
org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexTrade
public class BitfinexTrade extends Object
-
Constructor Summary
Constructors Constructor Description BitfinexTrade(BigDecimal price, BigDecimal amount, long timestamp, String exchange, long tradeId, String type)
Constructor -
Method Summary
Modifier and Type Method Description BigDecimal
getAmount()
String
getExchange()
BigDecimal
getPrice()
long
getTimestamp()
long
getTradeId()
String
getType()
String
toString()
-
Constructor Details
-
BitfinexTrade
public BitfinexTrade(BigDecimal price, BigDecimal amount, long timestamp, String exchange, long tradeId, String type)Constructor- Parameters:
price
-amount
-timestamp
-exchange
-tradeId
-
-
-
Method Details