Algo > Algo Assembly Interfaces > IAlgorithmParameterValues
Assembly: Algo;
The IAlgorithmParameterValues interface is used to set up algorithm calculation period start and and, to get the collection of calculation algorithm parameters.
IAlgorithmParameterValues
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: