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