use crateEngine;
use ExchangeId;
/// Strategy interface that defines what actions an [`Engine`] should perform after an
/// [`ExchangeId`] connection disconnects.
///
/// For example, some strategies may wish to cancel all orders, close all positions, set
/// `TradingState::Disabled`, etc.