Lean  $LEAN_TAG$
QuantConnect.Util.RateLimit.IRefillStrategy Interface Reference

Provides a strategy for making tokens available for consumption in the ITokenBucket More...

Inheritance diagram for QuantConnect.Util.RateLimit.IRefillStrategy:
[legend]

Public Member Functions

long Refill ()
 Computes the number of new tokens made available, typically via the passing of time. More...
 

Detailed Description

Provides a strategy for making tokens available for consumption in the ITokenBucket

Definition at line 21 of file IRefillStrategy.cs.

Member Function Documentation

◆ Refill()

long QuantConnect.Util.RateLimit.IRefillStrategy.Refill ( )

Computes the number of new tokens made available, typically via the passing of time.

Implemented in QuantConnect.Util.RateLimit.FixedIntervalRefillStrategy.


The documentation for this interface was generated from the following file: