IAlgorithmPeriodControl

Assembly: Algo;

Description

The IAlgorithmPeriodControl interface is used to manage algorithm calculation period.

Inheritance Hierarchy

          IAlgorithmPeriodControl

Properties

  Property name Brief description
Attribute The Attribute property determines the attribute, which value will be used as calculation start date or end date.
OffsetLevel The OffsetLevel property determines calculation period calendar frequency.
OffsetValue The OffsetValue property determines the number of points in a time period, by which the calculation start date or end date is shifted forward or backward relative to the parameter value.
Parameter The Parameter property determines the calculation algorithm parameter that will control calculation period.
Visible The Visible property determines whether calculation start or end dates are displayed on the parameters panel.

Methods

  Method name Brief description
ErrorText The ErrorText method checks settings and returns error message.
IsEnabled The IsEnabled method returns whether the configured calculation start or end date is used.
Reset The Reset method resets the settings determined for calculation period.

See also:

Algo Assembly Interfaces