# Hook: onStop()

Called before the trading system stops being operative.

  • Interface
class MidaTradingSystem {
    protected onStop (): Promise<void>;
}