Interface IRateLimitProvider
Encapsulates access to the latest available rate limit information for this client.
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IRateLimitProvider
Methods
| Improve this Doc View SourceGetRateLimitValues()
Gets the latest available rate limit information or default values if no information is available.
Declaration
IRateLimitValues GetRateLimitValues()
Returns
Type | Description |
---|---|
IRateLimitValues | The latest rate limit data from the server or an empty object if no request was made. |