Interface IHistoricalRequest<TRequest, TItem>
Provides unified type-safe access to the historical data request parameters.
Inherited Members
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IHistoricalRequest<out TRequest, TItem> : IHistoricalRequestType Parameters
| Name | Description | 
|---|---|
| TRequest | Historical data request type. | 
| TItem | Historical response data item type. | 
Methods
| Improve this Doc View SourceGetValidatedRequestWithoutPageToken()
Gets copy of the current request without page token and max allowed page size.
Declaration
TRequest GetValidatedRequestWithoutPageToken()Returns
| Type | Description | 
|---|---|
| TRequest |