pub type InstrumentStream = BoxStream<'static, Result<InstrumentMeta<Decimal>, ExchangeError>>;
Expand description

Instrument Stream.

Aliased Type§

struct InstrumentStream { /* private fields */ }