ATAS
Loading...
Searching...
No Matches
ATAS.Indicators.IKnowFixedProfiles Interface Reference

Represents an interface for objects that know fixed profiles and can request them. More...

Inheritance diagram for ATAS.Indicators.IKnowFixedProfiles:
[legend]

Public Member Functions

void GetFixedProfile (FixedProfileRequest request)
 Requests a fixed profile based on the specified FixedProfileRequest.
 
Task< FixedProfileResponseRequestFixedProfileAsync (FixedProfileRequest request)
 Asynchronously requests a fixed market profile parameterized with FixedProfileRequest.
 

Events

Action< IndicatorCandle, FixedProfilePeriodsFixedProfileReceived
 [Obsolete] Event that is triggered when a fixed profile is received.
 
Action< IndicatorCandle, IndicatorCandle, FixedProfilePeriodsFixedProfileBothCandlesReceived
 Event that is triggered when both the main and secondary indicator candles of a fixed profile are received.
 

Detailed Description

Represents an interface for objects that know fixed profiles and can request them.

Member Function Documentation

◆ GetFixedProfile()

void ATAS.Indicators.IKnowFixedProfiles.GetFixedProfile ( FixedProfileRequest  request)

Requests a fixed profile based on the specified FixedProfileRequest.

Parameters
requestThe request containing the fixed profile period.

◆ RequestFixedProfileAsync()

Task< FixedProfileResponse > ATAS.Indicators.IKnowFixedProfiles.RequestFixedProfileAsync ( FixedProfileRequest  request)

Asynchronously requests a fixed market profile parameterized with FixedProfileRequest.

Parameters
requestThe request containing the fixed profile period.

Event Documentation

◆ FixedProfileBothCandlesReceived

Action<IndicatorCandle, IndicatorCandle, FixedProfilePeriods> ATAS.Indicators.IKnowFixedProfiles.FixedProfileBothCandlesReceived

Event that is triggered when both the main and secondary indicator candles of a fixed profile are received.

◆ FixedProfileReceived

Action<IndicatorCandle, FixedProfilePeriods> ATAS.Indicators.IKnowFixedProfiles.FixedProfileReceived

[Obsolete] Event that is triggered when a fixed profile is received.


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