# Hook: onStart()
Called before the trading system starts being operative.
- Interface
class MidaTradingSystem {
protected onStart (): Promise<void>;
}
Called before the trading system starts being operative.
class MidaTradingSystem {
protected onStart (): Promise<void>;
}