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