Represents a request to retrieve a snapshot of the market depth for a specified time range.
More...
|
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.
|
|
Represents a request to retrieve a snapshot of the market depth for a specified time range.
◆ 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: