public class TheRockTicker extends Object
Constructor and Description |
---|
TheRockTicker() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAsk() |
BigDecimal |
getBid() |
BigDecimal |
getClose() |
Date |
getDate() |
CurrencyPair |
getFundId() |
BigDecimal |
getHigh() |
BigDecimal |
getLast() |
BigDecimal |
getLow() |
BigDecimal |
getOpen() |
BigDecimal |
getVolume() |
BigDecimal |
getVolumeTraded() |
String |
toString() |
public CurrencyPair getFundId()
public Date getDate()
public BigDecimal getBid()
public BigDecimal getAsk()
public BigDecimal getLast()
public BigDecimal getVolume()
public BigDecimal getVolumeTraded()
public BigDecimal getOpen()
public BigDecimal getHigh()
public BigDecimal getLow()
public BigDecimal getClose()
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.