Type Alias ohlcv_ctl::config::ExchangeMap

source ·
pub type ExchangeMap = HashMap<Exchange, String>;
Expand description

Map of exchange names to the coin’s symbol on that exchange.

Aliased Type§

struct ExchangeMap { /* private fields */ }