ResamplingMethod Enumeration
Determines the method of combining consecutive numeric values (typically quotes) into one.
Namespace:
Suoranta.FinanceAssembly: Suoranta.Finance (in Suoranta.Finance.dll)
Members
| Member name | Description | |
|---|---|---|
| First | Retain the first value. The method used for Open. | |
| Highest | Retain the highest value. Method used for High. | |
| Lowest | Retain the lowest value. Method used for Low. | |
| Last | Retain the last value. Method used for Close. | |
| Sum | Sum the values. Method used for volume and turnover. | |
| RootOfSquareSum | Root of square sum. Method used for volatility. |

