Lean  $LEAN_TAG$
QuantConnect.ToolBox.IExchangeInfoDownloader Interface Reference

Exchange Info Downloader Interface for pulling data from a remote source. More...

Public Member Functions

IEnumerable< string > Get ()
 Get exchange info coma-separated data More...
 

Properties

string Market [get]
 Market More...
 

Detailed Description

Exchange Info Downloader Interface for pulling data from a remote source.

Definition at line 23 of file IExchangeInfoDownloader.cs.

Member Function Documentation

◆ Get()

IEnumerable<string> QuantConnect.ToolBox.IExchangeInfoDownloader.Get ( )

Get exchange info coma-separated data

Returns
Enumerable of exchange info for this market

Property Documentation

◆ Market

string QuantConnect.ToolBox.IExchangeInfoDownloader.Market
get

Market

Definition at line 28 of file IExchangeInfoDownloader.cs.


The documentation for this interface was generated from the following file: