Table of Contents

Enum PolygonIOConnectionTypes

Namespace
StockSharp.PolygonIO
Assembly
StockSharp.PolygonIO.dll

Possible connection types.

[DataContract]
public enum PolygonIOConnectionTypes
Extension Methods

Fields

[Display(ResourceType = typeof(LocalizedStrings), Name = "Delay")] Delayed = 1

Delayed.

[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "History")] History = 0

History.

[Display(ResourceType = typeof(LocalizedStrings), Name = "RealTime", Description = "RealTimeData")] RealTime = 2

Real-time.