@openpit/engine
    Preparing search index...

    Interface PnlBoundsKillswitchConfigureOptions

    Runtime generic P&L-bounds kill-switch configuration options.

    interface PnlBoundsKillswitchConfigureOptions {
        accountBarriers?:
            | Iterable<PnlBoundsAccountAssetBarrierUpdate, any, any>
            | null;
        brokerBarriers?: Iterable<PnlBoundsBrokerBarrier, any, any> | null;
    }
    Index
    accountBarriers?: Iterable<PnlBoundsAccountAssetBarrierUpdate, any, any> | null
    brokerBarriers?: Iterable<PnlBoundsBrokerBarrier, any, any> | null