use ;
use ;
/// Strategy interface for generating algorithmic open and cancel order requests based on the
/// current `EngineState`.
///
/// # Type Parameters
/// * `ExchangeKey` - Type used to identify an exchange (defaults to [`ExchangeIndex`]).
/// * `InstrumentKey` - Type used to identify an instrument (defaults to [`InstrumentIndex`]).