counterAccountCurrencyPairExchangeRate method
Implementation
C counterAccountCurrencyPairExchangeRate(
double counterAccountCurrencyPairExchangeRate) {
final sanitizedValue =
sanitizeDouble(counterAccountCurrencyPairExchangeRate);
return patchState(MatexBaseCoreState(
counterAccountCurrencyPairExchangeRate: sanitizedValue));
}