Click or drag to resize

WorldTradingDataProvider Class

LightningChart .NET Help
WorldTradingData trading data provider - currently not working.
Inheritance Hierarchy
SystemObject
  Arction.CustomControls.Trader.WinForms.DataProvidersTradingDataProvider
    Arction.CustomControls.Trader.WinForms.DataProvidersWorldTradingDataProvider

Namespace:  Arction.CustomControls.Trader.WinForms.DataProviders
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
public class WorldTradingDataProvider : TradingDataProvider

The WorldTradingDataProvider type exposes the following members.

Constructors
  NameDescription
Public methodWorldTradingDataProvider
Initializes a new instance of the WorldTradingDataProvider class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetDataForRange
Get data for date time range
(Overrides TradingDataProviderGetDataForRange(String, DateTime, DateTime, OhlcData, String).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMakeFileName
Creates file name when saving a .csv-file.
(Inherited from TradingDataProvider.)
Public methodParseSearchResponse
Parse the search response
(Overrides TradingDataProviderParseSearchResponse(String).)
Public methodParseStringData
Parse OHLC data from string
(Overrides TradingDataProviderParseStringData(String, OhlcData, String, IntradayInfo).)
Public methodSearchSecurity
Fetches information from the data provider about a Security according to search text.
(Overrides TradingDataProviderSearchSecurity(String).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also