public class CurrencyInfo extends DtoBase
| Constructor and Description |
|---|
CurrencyInfo(String currency_code,
String name,
String symbol,
int decimals,
int display_decimals,
String symbol_position,
String virtual,
String ticker_channel,
String depth_channel) |
| Modifier and Type | Method and Description |
|---|---|
Currency |
getCurrency() |
int |
getDecimals() |
String |
getDepth_channel() |
int |
getDisplay_decimals() |
String |
getName() |
String |
getSymbol_position() |
String |
getSymbol() |
String |
getTicker_channel() |
boolean |
isVirtual() |
public Currency getCurrency()
public String getName()
public String getSymbol()
public int getDecimals()
public int getDisplay_decimals()
public String getSymbol_position()
public boolean isVirtual()
public String getTicker_channel()
public String getDepth_channel()
Copyright © 2013. All Rights Reserved.