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 BigDecimalgetAmount()StringgetExchange()BigDecimalgetPrice()longgetTimestamp()longgetTradeId()StringgetType()StringtoString()
-
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