Table of Contents

Class PortfolioHolding

Namespace
Balsam.Portfolio
Assembly
Balsam.Backtester.dll

A simple class for encapsulating a portfolio holding.

public class PortfolioHolding : IPortfolioHolding
Inheritance
PortfolioHolding
Implements
Inherited Members
Extension Methods

Properties

Instrument

Gets/sets the instrument.

public Instrument Instrument { get; set; }

Property Value

Instrument

Quantity

Gets/sets the quantity.

public double Quantity { get; set; }

Property Value

double

Symbol

Gets/sets the symbol.

public string Symbol { get; set; }

Property Value

string

Methods

ToString()

Returns a string representation of this object.

public override string ToString()

Returns

string