# Hook: configure()

Called once before the first start of the trading system. Can be used as asynchronous constructor.

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