public class Ticker extends Object
Constructor and Description |
---|
Ticker(BigDecimal buy,
BigDecimal high,
BigDecimal last,
BigDecimal low,
BigDecimal sell,
Instant timestamp,
BigDecimal vol) |
Ticker(javax.json.JsonObject jsonObject) |
Ticker(javax.json.JsonValue jsonValue) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getBuy() |
BigDecimal |
getHigh() |
BigDecimal |
getLast() |
BigDecimal |
getLow() |
BigDecimal |
getSell() |
Instant |
getTimestamp() |
BigDecimal |
getVol() |
String |
toString() |
public Ticker(BigDecimal buy, BigDecimal high, BigDecimal last, BigDecimal low, BigDecimal sell, Instant timestamp, BigDecimal vol)
public Ticker(javax.json.JsonValue jsonValue)
public Ticker(javax.json.JsonObject jsonObject)
public BigDecimal getBuy()
public BigDecimal getHigh()
public BigDecimal getLast()
public BigDecimal getLow()
public BigDecimal getSell()
public Instant getTimestamp()
public BigDecimal getVol()
Copyright © 2013–2017. All rights reserved.