Represents a request for a fixed profile with a specific period.
More...
|
| FixedProfilePeriods | Period [get] |
| | Gets the fixed profile period associated with this request.
|
| |
| long? | TradingSession [get] |
| | Gets the fixed profile trading session identifier (ETH/RTH/etc.) associated with this request.
|
| |
| DateTime? | BaseTime [get] |
| | Gets the base time for period calculation. If null, the current market time is used. This is useful for Market Replay scenarios where the period should be calculated relative to a specific point in time rather than the current market time.
|
| |
Represents a request for a fixed profile with a specific period.
◆ FixedProfileRequest() [1/3]
Initializes a new instance of the FixedProfileRequest class with the specified period.
- Parameters
-
| period | The fixed profile period to be used in the request. |
◆ FixedProfileRequest() [2/3]
| ATAS.Indicators.FixedProfileRequest.FixedProfileRequest |
( |
FixedProfilePeriods |
period, |
|
|
long? |
tradingSession |
|
) |
| |
Initializes a new instance of the FixedProfileRequest class with the specified period.
- Parameters
-
| period | The fixed profile period to be used in the request. |
| tradingSession | The fixed profile session type to be used in the request. |
◆ FixedProfileRequest() [3/3]
Initializes a new instance of the FixedProfileRequest class with the specified period and base time.
- Parameters
-
| period | The fixed profile period to be used in the request. |
| tradingSession | The fixed profile session type to be used in the request. |
| baseTime | The base time for period calculation. If null, the current market time is used. |
◆ BaseTime
| DateTime? ATAS.Indicators.FixedProfileRequest.BaseTime |
|
get |
Gets the base time for period calculation. If null, the current market time is used. This is useful for Market Replay scenarios where the period should be calculated relative to a specific point in time rather than the current market time.
◆ Period
Gets the fixed profile period associated with this request.
◆ TradingSession
| long? ATAS.Indicators.FixedProfileRequest.TradingSession |
|
get |
Gets the fixed profile trading session identifier (ETH/RTH/etc.) associated with this request.
The documentation for this class was generated from the following file: