@openpit/engine
    Preparing search index...

    Interface SpotFundsPnlBoundsKillswitchReadyBuilder

    Spot-funds P&L builder with at least one barrier configuration call.

    interface SpotFundsPnlBoundsKillswitchReadyBuilder {
        "[builtinReadyBuilderBrand]": true;
        "[dispose]"(): void;
        accountBarriers(
            ...args: [
                barriers: Iterable<SpotFundsPnlBoundsAccountBarrier, any, any>,
            ],
        ): SpotFundsPnlBoundsKillswitchReadyBuilder;
        accountGroupBarriers(
            ...args: [
                barriers: Iterable<SpotFundsPnlBoundsAccountGroupBarrier, any, any>,
            ],
        ): SpotFundsPnlBoundsKillswitchReadyBuilder;
        clone(): SpotFundsPnlBoundsKillswitchReadyBuilder;
        free(): void;
        globalBarrier(
            ...args: [barrier: SpotFundsPnlBoundsBarrier],
        ): SpotFundsPnlBoundsKillswitchReadyBuilder;
        marketData(
            ...args: [service: MarketDataService],
        ): SpotFundsPnlBoundsKillswitchReadyBuilder;
        withPolicyGroupId(
            ...args: [policy_group_id: number],
        ): SpotFundsPnlBoundsKillswitchReadyBuilder;
    }

    Hierarchy (View Summary)

    Index
    "[builtinReadyBuilderBrand]": true