Enum CompressionOperator
- Namespace
- Balsam
- Assembly
- Balsam.Backtester.dll
Controls how compressed TimeSeries values are calculated.
public enum CompressionOperator
Fields
Last = 0
Last observation
First = 1
First observation
Sum = 2
Sum of values over the period.
Average = 3
Average of values over the period.
Min = 4
The minimum value over the period.
Max = 5
The maximum value over the period.