@openpit/engine
    Preparing search index...

    Interface RateLimitConfigureOptions

    Runtime rate-limit configuration options.

    interface RateLimitConfigureOptions {
        accountAssetBarriers?:
            | Iterable<RateLimitAccountAssetBarrier, any, any>
            | null;
        accountBarriers?: Iterable<RateLimitAccountBarrier, any, any> | null;
        assetBarriers?: Iterable<RateLimitAssetBarrier, any, any> | null;
        broker?: RateLimitBrokerBarrier | null;
        clearBroker?: boolean;
    }
    Index
    accountAssetBarriers?: Iterable<RateLimitAccountAssetBarrier, any, any> | null
    accountBarriers?: Iterable<RateLimitAccountBarrier, any, any> | null
    assetBarriers?: Iterable<RateLimitAssetBarrier, any, any> | null
    broker?: RateLimitBrokerBarrier | null
    clearBroker?: boolean