Click or drag to resize

TradingDataProvider Class

LightningChart .NET Help
Base class for a trading data provider
Inheritance Hierarchy

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

The TradingDataProvider type exposes the following members.

Constructors
  NameDescription
Public methodTradingDataProvider
Constructor
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
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.
Public methodParseSearchResponse
Parse the search response
Public methodParseStringData
Parse OHLC data from string
Public methodSearchSecurity
Search for a security
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberWriteStringToFile
Write a string to a file.
Top
See Also