Loading...
Searching...
No Matches
ATAS.Indicators.OpenInterestHistoryRequest Class Reference

Parameters container used to request open interest OHLC history. More...

Properties

int RequestId = DateTime.Now.GetHashCode() [get]
 Request identifier.
 
required DateTime From [get]
 Defines the start of the requested time range.
 
required DateTime To [get]
 Defines the end of the requested time range.
 
required TimeSpan Timeframe [get]
 OHLC aggregation interval (e.g. 1 minute, 5 minutes).
 

Detailed Description

Parameters container used to request open interest OHLC history.

Property Documentation

◆ From

required DateTime ATAS.Indicators.OpenInterestHistoryRequest.From
get

Defines the start of the requested time range.

◆ RequestId

int ATAS.Indicators.OpenInterestHistoryRequest.RequestId = DateTime.Now.GetHashCode()
get

Request identifier.

◆ Timeframe

required TimeSpan ATAS.Indicators.OpenInterestHistoryRequest.Timeframe
get

OHLC aggregation interval (e.g. 1 minute, 5 minutes).

◆ To

required DateTime ATAS.Indicators.OpenInterestHistoryRequest.To
get

Defines the end of the requested time range.


The documentation for this class was generated from the following file: