Show / Hide Table of Contents

Interface IPortfolioHistory

Encapsulates portfolio history information from Alpaca REST API.

Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IPortfolioHistory

Properties

| Improve this Doc View Source

BaseValue

Gets base value for this historical view.

Declaration
Decimal BaseValue { get; }
Property Value
Type Description
Decimal
| Improve this Doc View Source

Items

Gets historical information items list with timestamps.

Declaration
IReadOnlyList<IPortfolioHistoryItem> Items { get; }
Property Value
Type Description
IReadOnlyList<IPortfolioHistoryItem>
| Improve this Doc View Source

TimeFrame

Gets time frame value for this historical view.

Declaration
TimeFrame TimeFrame { get; }
Property Value
Type Description
TimeFrame
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX