Click or drag to resize

MarketDataType Enumeration

Returns the market data type supported by the connection

Namespace:  SharpCharts.Base.Data
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public enum MarketDataType
Members
  Member nameValueDescription
Last0 Last traded price
Ask1 Ask
Bid2 Bid
Open3 Current open of the day
High4 Current high of the day
Low5 Current low of the day
PreviousClose6 Previous days close
TotalVolume7 Current total volume of the day
OpenInterest8 Open interest
VWAP9 Volume weighted average price
PreviousOpenInterest10 Previous open interest
Change11 Change
ImpliedVolatility12 Implied volatility
Delta13 Delta
Gamma14 Gamma
Vega15 Vega
Theta16 Theta
See Also