UnrealizedTradeSummary Class

The UnrealizedTradeSummary object includes properties that report the current state of the applicable (all, long, or short) unrealized trades (open positions) in the portfolio. Referenced using the Portfolio.UnrealizedTrades.All, Portfolio.UnrealizedTrades.Long, or Portfolio.UnrealizedTrades.Short property of the PortfolioHost component.

Namespace: portfoliomaestro

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Count int The number of applicable open positions.
Public property Equity double The sum of the equity values of all applicable open positions.
Public property NetProfit double The sum of the mark-to-market profit (loss) of all applicable open positions.
Inheritance Hierarchy

elsystem.Object

portfoliomaestro.RealizedTradeSummary