Show / Hide Table of Contents

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 Source

GetRateLimitValues()

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX