Lean  $LEAN_TAG$
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
QuantConnect.Exchanges Class Reference

Defines Lean exchanges codes and names More...

Static Public Member Functions

static string GetPrimaryExchangeCodeGetPrimaryExchange (this string exchange, SecurityType securityType=SecurityType.Equity, string market=Market.USA)
 Gets the exchange as single character representation. More...
 
static Exchange GetPrimaryExchange (this string exchange, SecurityType securityType=SecurityType.Equity, string market=Market.USA)
 Gets the exchange as PrimaryExchange object. More...
 

Detailed Description

Defines Lean exchanges codes and names

Definition at line 760 of file Global.cs.

Member Function Documentation

◆ GetPrimaryExchangeCodeGetPrimaryExchange()

static string QuantConnect.Exchanges.GetPrimaryExchangeCodeGetPrimaryExchange ( this string  exchange,
SecurityType  securityType = SecurityType.Equity,
string  market = Market.USA 
)
static

Gets the exchange as single character representation.

Definition at line 766 of file Global.cs.

◆ GetPrimaryExchange()

static Exchange QuantConnect.Exchanges.GetPrimaryExchange ( this string  exchange,
SecurityType  securityType = SecurityType.Equity,
string  market = Market.USA 
)
static

Gets the exchange as PrimaryExchange object.

Useful for performance

Definition at line 778 of file Global.cs.


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