Show / Hide Table of Contents

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 : ITimeInterval
Type Parameters
Name Description
TInterval

The sort of time interval (inclusive or exclusive).

Methods

| Improve this Doc View Source

SetInterval(TInterval)

Sets time interval value for the current request instance.

Declaration
void SetInterval(TInterval value)
Parameters
Type Name Description
TInterval value
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX