Lean
$LEAN_TAG$
|
Provides extension methods for the ISecurityProvider interface. More...
Static Public Member Functions | |
static decimal | GetHoldingsQuantity (this ISecurityProvider provider, Symbol symbol) |
Extension method to return the quantity of holdings, if no holdings are present, then zero is returned. More... | |
Provides extension methods for the ISecurityProvider interface.
Definition at line 34 of file ISecurityProvider.cs.
|
static |
Extension method to return the quantity of holdings, if no holdings are present, then zero is returned.
provider | The ISecurityProvider |
symbol | The symbol we want holdings quantity for |
Definition at line 42 of file ISecurityProvider.cs.