public class TradeObject extends Object
Constructor and Description |
---|
TradeObject(String time,
BigDecimal price,
BigDecimal amount,
String type) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount() |
BigDecimal |
getPrice() |
String |
getTime() |
String |
getType() |
public TradeObject(String time, BigDecimal price, BigDecimal amount, String type)
public String getTime()
public BigDecimal getPrice()
public BigDecimal getAmount()
public String getType()
Copyright © 2014–2015. All rights reserved.