pub type BidAskStream = BoxStream<'static, Result<BidAsk, ExchangeError>>;
Best bid and ask Stream.
pub struct BidAskStream { /* private fields */ }