Class BitfinexLevel
- java.lang.Object
-
- org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLevel
-
public class BitfinexLevel extends Object
-
-
Constructor Summary
Constructors Constructor Description BitfinexLevel(BigDecimal price, BigDecimal amount, BigDecimal timestamp)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetAmount()BigDecimalgetPrice()BigDecimalgetTimestamp()StringtoString()
-
-
-
Constructor Detail
-
BitfinexLevel
public BitfinexLevel(BigDecimal price, BigDecimal amount, BigDecimal timestamp)
Constructor- Parameters:
price-amount-timestamp-
-
-
Method Detail
-
getPrice
public BigDecimal getPrice()
-
getAmount
public BigDecimal getAmount()
-
getTimestamp
public BigDecimal getTimestamp()
-
-