IAlgorithmParameterValues

Assembly: Algo;

Description

The IAlgorithmParameterValues interface is used to set up algorithm calculation period start and and, to get the collection of calculation algorithm parameters.

Inheritance Hierarchy

          IAlgorithmParameterValues

Properties

  Property name Brief description
EndDate The EndDate property determines algorithm calculation period end.
MaxAllowDate The MaxAllowDate property returns the date of maximum available period.
MinAllowDate The MinAllowDate property returns the minimum available period date.
StartDate The StartDate property determines algorithm calculation period start.
Values The Values property returns the collection of calculation algorithm parameters.

See also:

Algo Assembly Interfaces