WorldTradingDataProvider Class |
Namespace: Arction.CustomControls.Trader.WPF.DataProviders
The WorldTradingDataProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| WorldTradingDataProvider | Initializes a new instance of the WorldTradingDataProvider class |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetDataForRange |
Get data for date time range
(Overrides TradingDataProviderGetDataForRange(String, DateTime, DateTime, OhlcData, String).) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MakeFileName |
Creates file name when saving a .csv-file.
(Inherited from TradingDataProvider.) | |
| ParseSearchResponse |
Parse the search response
(Overrides TradingDataProviderParseSearchResponse(String).) | |
| ParseStringData |
Parse OHLC data from string
(Overrides TradingDataProviderParseStringData(String, OhlcData, String, IntradayInfo).) | |
| SearchSecurity |
Fetches information from the data provider about a Security according to search text.
(Overrides TradingDataProviderSearchSecurity(String).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |