Class Downloader
The loader of information from the InteractiveBrokers site.
Inherited Members
Namespace: StockSharp.InteractiveBrokers.Web
Assembly: StockSharp.InteractiveBrokers.dll
Syntax
public class Downloader
Constructors
Downloader()
Initializes a new instance of the Downloader.
Declaration
public Downloader()
Methods
DownloadBoards(Product)
To download boards.
Declaration
public IEnumerable<ProductBoard> DownloadBoards(Product product)
Parameters
Type | Name | Description |
---|---|---|
Product | product | Security. |
Returns
Type | Description |
---|---|
IEnumerable<ProductBoard> | Boards. |
DownloadDescription(Product)
To download detailed information about the instrument.
Declaration
public ProductDescripton DownloadDescription(Product product)
Parameters
Type | Name | Description |
---|---|---|
Product | product | Security. |
Returns
Type | Description |
---|---|
ProductDescripton | Details. |
DownloadMarkets()
To download information by exchanges.
Declaration
public IEnumerable<Market> DownloadMarkets()
Returns
Type | Description |
---|---|
IEnumerable<Market> | Exchanges. |
DownloadProducts(Market)
To download information about exchange instruments.
Declaration
public IEnumerable<Product> DownloadProducts(Market market)
Parameters
Type | Name | Description |
---|---|---|
Market | market | Exchange. |
Returns
Type | Description |
---|---|
IEnumerable<Product> | Securities. |