Table of Contents

Interface IPortfolioHolding

Namespace
Balsam
Assembly
Balsam.Common.dll

The minimum information necessary to define a holding.

public interface IPortfolioHolding
Extension Methods

Properties

Quantity

Gets the quantity.

double Quantity { get; }

Property Value

double

Symbol

Gets the symbol.

string Symbol { get; }

Property Value

string