Class TheRockBid
- java.lang.Object
-
- org.knowm.xchange.therock.dto.marketdata.TheRockBid
-
public class TheRockBid extends Object
-
-
Constructor Summary
Constructors Constructor Description TheRockBid()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimal
getAmount()
BigDecimal
getPrice()
String
toString()
-
-
-
Method Detail
-
getPrice
public BigDecimal getPrice()
-
getAmount
public BigDecimal getAmount()
-
-