parse_ticker_currencies

Function parse_ticker_currencies 

Source
pub fn parse_ticker_currencies(ticker: &str) -> Result<(&str, &str)>
Expand description

Parses base and quote currency codes from a ticker.

ยงErrors

Returns an error if the ticker format is invalid.