public void UpdateCurrencyPrice(Quote[] quotes) { // Update the price using the US ticker. PriceService.UpdateCurrencyPrice(quotes); }