OHLCV bar type (time, tick, volume, etc.)
Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Enum BarType |
| C# |
|---|
| public enum BarType |
| C++ |
|---|
| public enum class BarType |
| J# |
|---|
| public enum BarType |
| JScript |
|---|
| public enum BarType |
Members
| Description | |
|---|---|
| Time | Time bar |
| Tick | Tick bar |
| Volume | Volume bar |