Lean  $LEAN_TAG$
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 759 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 765 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 777 of file Global.cs.


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