Split out wren code, add a ticker_quick() method

This commit is contained in:
King_DuckZ 2022-05-14 07:42:34 +02:00
commit 6bd0dbb07e
5 changed files with 119 additions and 38 deletions

View file

@ -20,5 +20,11 @@
#include "ticker_price.hpp"
namespace duck {
TickerPrice bitcoinity_ticker_price (std::string_view currency, std::string_view exchange);
TickerPrice bitcoinity_ticker_price (
std::string_view exchange,
std::string_view currency,
bool exact_match
);
extern const std::string_view g_bitcoinity_wren_module;
} //namespace duck