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
Symbol
Gets the symbol.
string Symbol { get; }