Interface IRequestWithTimeInterval<TInterval>
Encapsulates access point for setting time interval filtering on request instance.
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IRequestWithTimeInterval<in TInterval>
    where TInterval : ITimeIntervalType Parameters
| Name | Description | 
|---|---|
| TInterval | The sort of time interval (inclusive or exclusive). | 
Methods
| Improve this Doc View SourceSetInterval(TInterval)
Sets time interval value for the current request instance.
Declaration
void SetInterval(TInterval value)Parameters
| Type | Name | Description | 
|---|---|---|
| TInterval | value |