public class ReqSymbolDetailPayload extends ReqSymbolListPayload
ReqSymbolDetailResponse
.Constructor and Description |
---|
ReqSymbolDetailPayload(String[] symbolId,
String[] symbolName,
String[] cryptoId,
String[] cryptoName,
String[] exchangeId,
String[] exchangeName,
String[] currencyId,
String[] currencyName,
BigDecimal[] total,
BigDecimal[] suply,
String[] introduction)
获取交易代码详细信息
|
Modifier and Type | Method and Description |
---|---|
String[] |
getIntroduction() |
BigDecimal[] |
getSuply() |
BigDecimal[] |
getTotal() |
getCryptoId, getCryptoName, getCurrencyId, getCurrencyName, getExchangeId, getExchangeName, getSymbolId, getSymbolName
toString
public ReqSymbolDetailPayload(String[] symbolId, String[] symbolName, String[] cryptoId, String[] cryptoName, String[] exchangeId, String[] exchangeName, String[] currencyId, String[] currencyName, BigDecimal[] total, BigDecimal[] suply, String[] introduction)
symbolId
- 交易代码symbolName
- 虚拟货币名称cryptoId
- 数字货币idcryptoName
- 数字货币名称exchangeId
- 交易所IdexchangeName
- 交易所名称currencyId
- 现金IdcurrencyName
- 现金名称total
- 总量suply
- 流通量introduction
- 中文名public BigDecimal[] getTotal()
public BigDecimal[] getSuply()
public String[] getIntroduction()
Copyright © 2014–2015. All rights reserved.