getMarketFxQuote method
Implementation
Future<Map> getMarketFxQuote(
String token,
String? buyAmount,
String buyCurrencyCode,
String sellCurrencyCode,
String? sellAmount,
String? conversionDate) {
throw UnimplementedError("Get Quote has not been implemented");
}