Show / Hide Table of Contents

Interface IHistoricalRequest

Provides unified type-safe access to the historical data request parameters.

Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IHistoricalRequest

Properties

| Improve this Doc View Source

Pagination

Gets the pagination parameters for the request (page size and token).

Declaration
Pagination Pagination { get; }
Property Value
Type Description
Pagination

Extension Methods

HistoricalRequestBaseExtensions.WithPageSize<TRequest>(TRequest, UInt32)
HistoricalRequestBaseExtensions.WithPageToken<TRequest>(TRequest, String)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX