Lean
$LEAN_TAG$
|
Provides a strategy for making tokens available for consumption in the ITokenBucket More...
Public Member Functions | |
long | Refill () |
Computes the number of new tokens made available, typically via the passing of time. More... | |
Provides a strategy for making tokens available for consumption in the ITokenBucket
Definition at line 21 of file IRefillStrategy.cs.
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.