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

Represents a request to retrieve a snapshot of the market depth for a specified time range. More...

Properties

int RequestId = DateTime.Now.GetHashCode() [get]
 Unique identifier of the request.
 
required DateTime From [get]
 Time for data to start from.
 
required DateTime To [get]
 End time of the requested data.
 
required TimeSpan Period [get]
 Period for which the data is to be retrieved.
 

Detailed Description

Represents a request to retrieve a snapshot of the market depth for a specified time range.

Property Documentation

◆ From

required DateTime ATAS.Indicators.MarketDepthSnapshotRequest.From
get

Time for data to start from.

◆ Period

required TimeSpan ATAS.Indicators.MarketDepthSnapshotRequest.Period
get

Period for which the data is to be retrieved.

◆ RequestId

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

Unique identifier of the request.

◆ To

required DateTime ATAS.Indicators.MarketDepthSnapshotRequest.To
get

End time of the requested data.


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