Enum IndexKind
- Namespace
- Balsam
- Assembly
- Balsam.Common.dll
Type of indexing for ISeries
public enum IndexKind
Fields
Absolute = 0
Absolute. Indexed from zero to Count - 1.
RelativeToCurrent = 1
As an offset to the current index (e.g. 0 is current index; 1 is 1 bar prior).