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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetAmount()StringgetExchange()BigDecimalgetPrice()longgetTimestamp()longgetTradeId()StringgetType()StringtoString()
-
-
-
Constructor Detail
-
BitfinexTrade
public BitfinexTrade(BigDecimal price, BigDecimal amount, long timestamp, String exchange, long tradeId, String type)
Constructor- Parameters:
price-amount-timestamp-exchange-tradeId-
-
-
Method Detail
-
getPrice
public BigDecimal getPrice()
-
getAmount
public BigDecimal getAmount()
-
getTimestamp
public long getTimestamp()
-
getExchange
public String getExchange()
-
getTradeId
public long getTradeId()
-
getType
public String getType()
-
-