Resolution Enumeration
Resolution of data requested.
Syntax
public enum Resolution : System.Enum
Members
Member | Description |
---|---|
Daily | |
Hour | |
Minute | |
Second | |
Tick |
Remarks
Always sort the enum from the smallest to largest resolution
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
QuantConnect.Resolution
Requirements
Target Platforms: Microsoft .NET 4.5 or Mono 3.10 or above.
See Also