Suoranta.Finance Namespace
Suoranta.Finance - Developer API

ResamplingMethod Enumeration

Determines the method of combining consecutive numeric values (typically quotes) into one.

Namespace:  Suoranta.Finance
Assembly:  Suoranta.Finance (in Suoranta.Finance.dll)

Syntax


public enum ResamplingMethod

Members


Member nameDescription
FirstRetain the first value. The method used for Open.
HighestRetain the highest value. Method used for High.
LowestRetain the lowest value. Method used for Low.
LastRetain the last value. Method used for Close.
SumSum the values. Method used for volume and turnover.
RootOfSquareSumRoot of square sum. Method used for volatility.