Click or drag to resize

AlphaVantageDataProvider Methods

LightningChart .NET Help

The AlphaVantageDataProvider type exposes the following members.

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
Parses the data string read from the provider.
(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