Show / Hide Table of Contents

Interface IHistoricalRequest<TRequest, TItem>

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

Inherited Members
IHistoricalRequest.Pagination
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IHistoricalRequest<out TRequest, TItem> : IHistoricalRequest
Type Parameters
Name Description
TRequest

Historical data request type.

TItem

Historical response data item type.

Methods

| Improve this Doc View Source

GetValidatedRequestWithoutPageToken()

Gets copy of the current request without page token and max allowed page size.

Declaration
TRequest GetValidatedRequestWithoutPageToken()
Returns
Type Description
TRequest

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