Class PnLChangedCommand
Inheritance
PnLChangedCommand
Assembly: StockSharp.Studio.Core.dll
Syntax
public class PnLChangedCommand : EntityCommand<Portfolio>, IStudioCommand
Constructors
PnLChangedCommand(Subscription, Portfolio, DateTimeOffset, Nullable<Decimal>, Nullable<Decimal>, Nullable<Decimal>)
Declaration
public PnLChangedCommand(Subscription subscription, Portfolio portfolio, DateTimeOffset time, Nullable<Decimal> totalPnL, Nullable<Decimal> unrealizedPnL, Nullable<Decimal> commission)
Parameters
Properties
Commission
Declaration
public Nullable<Decimal> Commission { get; set; }
Property Value
Time
Declaration
public DateTimeOffset Time { get; }
Property Value
TotalPnL
Declaration
public Nullable<Decimal> TotalPnL { get; }
Property Value
UnrealizedPnL
Declaration
public Nullable<Decimal> UnrealizedPnL { get; }
Property Value
Implements
Extension Methods