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

Parameters container used to request aggregated liquidation orders. More...

Properties

int RequestId = DateTime.Now.GetHashCode() [get]
 Request identifier.
 
required DateTime From [get]
 Defines the starting point from which to begin aggregating data.
 
required DateTime To [get]
 Defines the end point at which data aggregation stops.
 
required TimeSpan Period [get]
 Specifies the duration of each aggregation interval within the selected time range.
 
LiquidationOrdersAggregationModes AggregationMode [get]
 Specifies the source scope used for aggregating liquidation data.
 

Detailed Description

Parameters container used to request aggregated liquidation orders.

Property Documentation

◆ AggregationMode

LiquidationOrdersAggregationModes ATAS.Indicators.AggregatedLiquidationOrdersRequest.AggregationMode
get

Specifies the source scope used for aggregating liquidation data.

◆ From

required DateTime ATAS.Indicators.AggregatedLiquidationOrdersRequest.From
get

Defines the starting point from which to begin aggregating data.

◆ Period

required TimeSpan ATAS.Indicators.AggregatedLiquidationOrdersRequest.Period
get

Specifies the duration of each aggregation interval within the selected time range.

◆ RequestId

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

Request identifier.

◆ To

required DateTime ATAS.Indicators.AggregatedLiquidationOrdersRequest.To
get

Defines the end point at which data aggregation stops.


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