Click or drag to resize

ScannerBaseGetRealTimeData Method

Returns the realTimeData for the specified marketDataType

Namespace:  SharpCharts.Base.MarketWatch
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
protected RealTimeDataEventArgs GetRealTimeData(
	MarketDataType marketDataType
)

Parameters

marketDataType
Type: SharpCharts.Base.DataMarketDataType
Market data type

Return Value

Type: RealTimeDataEventArgs
See Also