Table of Contents

Class PnLChangedCommand

Namespace
StockSharp.Studio.Core.Commands
Assembly
StockSharp.Studio.Core.dll
public class PnLChangedCommand : EntityCommand<Portfolio>, IStudioCommand
Inheritance
PnLChangedCommand
Implements
Inherited Members
Extension Methods

Constructors

PnLChangedCommand(Subscription, Portfolio, DateTimeOffset, decimal?, decimal?, decimal?)

public PnLChangedCommand(Subscription subscription, Portfolio portfolio, DateTimeOffset time, decimal? totalPnL, decimal? unrealizedPnL, decimal? commission)

Parameters

subscription Subscription
portfolio Portfolio
time DateTimeOffset
totalPnL decimal?
unrealizedPnL decimal?
commission decimal?

Properties

Commission

public decimal? Commission { get; set; }

Property Value

decimal?

Time

public DateTimeOffset Time { get; }

Property Value

DateTimeOffset

TotalPnL

public decimal? TotalPnL { get; }

Property Value

decimal?

UnrealizedPnL

public decimal? UnrealizedPnL { get; }

Property Value

decimal?