SubscriptionType Enumeration

GF API Documentation
Subscription type

Namespace:  GF.Api.Values.Subscriptions
Assembly:  GF.Api.Values (in GF.Api.Values.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public enum SubscriptionType
Members

  Member nameValueDescription
Price0 Last price and stats
DOM1 Depth of market
Tick2 Ticks
Bar3 Intraday bar, of time interval in minutes
Histogram4 Histogram of session
TickBar5 Bars of N ticks
VolumeBar6 Bars of N total volume
RangeBar7 Bars of N tick size range
SecondBar8 Bars of N seconds
DayBar9 Bars of N days
WeeklyBar10 Bars of N weeks
MonthlyBar11 Bars of N months
MomentumBar12 Momentum Bars
NLineBreakBar13 Price break bars
ImpliedVolatility14 Market Implied volatility for options
See Also

Reference