Interface RateLimitConfigureOptions

Runtime rate-limit configuration options.

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

Properties

accountAssetBarriers?: null | Iterable<RateLimitAccountAssetBarrier, any, any>
accountBarriers?: null | Iterable<RateLimitAccountBarrier, any, any>
assetBarriers?: null | Iterable<RateLimitAssetBarrier, any, any>
broker?: null | RateLimitBrokerBarrier
clearBroker?: boolean