pub type TickerStream = BoxStream<'static, Result<Ticker, ExchangeError>>;
Ticker Stream.
pub struct TickerStream { /* private fields */ }