Example #1
0
 public static bool IsUSDCrossFor(this ICurrencyPair pair, CurrencyType currency) => (pair.IsUSDBase() && pair.QuoteCurrency == currency) || (pair.IsUSDQuote() && pair.BaseCurrency == currency);