public class BitcurexTicker extends Object
Constructor and Description |
---|
BitcurexTicker(BigDecimal average_price,
BigDecimal total_spent,
BigDecimal best_bid,
BigDecimal lowest_tx_price,
BigDecimal lowest_tx_spread,
BigDecimal best_ask,
BigDecimal price_change,
BigDecimal last_tx_price,
String currency,
BigDecimal highest_tx_price,
BigDecimal highest_tx_spread,
String curr,
String market,
BigDecimal total_volume) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAsk() |
BigDecimal |
getAverage() |
BigDecimal |
getBid() |
String |
getCurr() |
String |
getCurrency() |
BigDecimal |
getHigh() |
BigDecimal |
getHighestTXSpread() |
BigDecimal |
getLast() |
BigDecimal |
getLow() |
BigDecimal |
getLowestTXSpread() |
String |
getMarket() |
BigDecimal |
getPriceChange() |
BigDecimal |
getTotalSpent() |
BigDecimal |
getVolume() |
String |
toString() |
public BitcurexTicker(BigDecimal average_price, BigDecimal total_spent, BigDecimal best_bid, BigDecimal lowest_tx_price, BigDecimal lowest_tx_spread, BigDecimal best_ask, BigDecimal price_change, BigDecimal last_tx_price, String currency, BigDecimal highest_tx_price, BigDecimal highest_tx_spread, String curr, String market, BigDecimal total_volume)
public BigDecimal getAverage()
public BigDecimal getTotalSpent()
public BigDecimal getBid()
public BigDecimal getLow()
public BigDecimal getLowestTXSpread()
public BigDecimal getAsk()
public BigDecimal getPriceChange()
public BigDecimal getLast()
public String getCurrency()
public BigDecimal getHigh()
public BigDecimal getHighestTXSpread()
public String getCurr()
public String getMarket()
public BigDecimal getVolume()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.