Lean  $LEAN_TAG$
QuantConnect.Interfaces.IPrimaryExchangeProvider Interface Reference

Primary Exchange Provider interface More...

Inheritance diagram for QuantConnect.Interfaces.IPrimaryExchangeProvider:
[legend]

Public Member Functions

Exchange GetPrimaryExchange (SecurityIdentifier securityIdentifier)
 Gets the primary exchange for a given security identifier More...
 

Detailed Description

Primary Exchange Provider interface

Definition at line 21 of file IPrimaryExchangeProvider.cs.

Member Function Documentation

◆ GetPrimaryExchange()

Exchange QuantConnect.Interfaces.IPrimaryExchangeProvider.GetPrimaryExchange ( SecurityIdentifier  securityIdentifier)

Gets the primary exchange for a given security identifier

Parameters
securityIdentifierThe security identifier to get the primary exchange for
Returns
Returns the primary exchange or null if not found

Implemented in QuantConnect.Data.Auxiliary.MapFilePrimaryExchangeProvider.


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