pub type TradeStream = Pin<Box<dyn Stream<Item = Result<Trade>> + Send>>;
pub struct TradeStream { /* private fields */ }