InstrumentStream

Type Alias InstrumentStream 

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

Instrument Stream.

Aliased Typeยง

pub struct InstrumentStream { /* private fields */ }