public class CurrencyPairs extends Object
| Constructor and Description |
|---|
CurrencyPairs(Map<String,List<String>> pairs,
Map<String,Currency> tokenBySumbol) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<String>> |
getPairs()
Returns the Currency Pairs available.
|
Map<String,Currency> |
getTokenBySumbol()
All the Currency details by Symbol.
|
String |
toString() |
public Map<String,List<String>> getPairs()
public Map<String,Currency> getTokenBySumbol()
Copyright © 2019. All rights reserved.