public class CryptsyMarketData extends Object
Constructor and Description |
---|
CryptsyMarketData(int marketId,
String label,
String priCurrCode,
String priCurrName,
String secCurrCode,
String secCurrName,
BigDecimal volume24h,
BigDecimal volumeBTC,
BigDecimal volumeUSD,
BigDecimal last,
BigDecimal high,
BigDecimal low,
String created)
Constructor
|
Modifier and Type | Method and Description |
---|---|
BigDecimal |
get24hBTCVolume() |
BigDecimal |
get24hUSDVolume() |
BigDecimal |
get24hVolume() |
Date |
getCreatedTime() |
BigDecimal |
getHigh() |
String |
getLabel() |
BigDecimal |
getLast() |
BigDecimal |
getLow() |
int |
getMarketId() |
String |
getPrimaryCurrencyCode() |
String |
getPrimaryCurrencyName() |
String |
getSecondaryCurrencyCode() |
String |
getSecondaryCurrencyName() |
String |
toString() |
public CryptsyMarketData(int marketId, String label, String priCurrCode, String priCurrName, String secCurrCode, String secCurrName, BigDecimal volume24h, BigDecimal volumeBTC, BigDecimal volumeUSD, BigDecimal last, BigDecimal high, BigDecimal low, String created) throws ParseException
ParseException
public int getMarketId()
public String getLabel()
public String getPrimaryCurrencyCode()
public String getPrimaryCurrencyName()
public String getSecondaryCurrencyCode()
public String getSecondaryCurrencyName()
public BigDecimal get24hVolume()
public BigDecimal get24hBTCVolume()
public BigDecimal get24hUSDVolume()
public BigDecimal getLast()
public BigDecimal getHigh()
public BigDecimal getLow()
public Date getCreatedTime()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.