Lean  $LEAN_TAG$
QuantConnect.Securities.ISecurityProvider Interface Reference

Represents a type capable of fetching the holdings for the specified symbol More...

Inheritance diagram for QuantConnect.Securities.ISecurityProvider:
[legend]

Public Member Functions

Security GetSecurity (Symbol symbol)
 Retrieves a summary of the holdings for the specified symbol More...
 

Detailed Description

Represents a type capable of fetching the holdings for the specified symbol

Definition at line 21 of file ISecurityProvider.cs.

Member Function Documentation

◆ GetSecurity()

Security QuantConnect.Securities.ISecurityProvider.GetSecurity ( Symbol  symbol)

Retrieves a summary of the holdings for the specified symbol

Parameters
symbolThe symbol to get holdings for
Returns
The holdings for the symbol or null if the symbol is invalid and/or not in the portfolio
Here is the caller graph for this function:

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