Table of Contents

Class RiskPnLRule

Namespace
StockSharp.Algo.Risk
Assembly
StockSharp.Algo.dll

Risk-rule, tracking profit-loss.

[Display(ResourceType = typeof(LocalizedStrings), Name = "PnL", Description = "RulePnL", GroupName = "PnL")]
public class RiskPnLRule : RiskRule, ILogReceiver, IRiskRule, ILogSource, IDisposable, IPersistable, INotifyPropertyChanged
Inheritance
RiskPnLRule
Implements
IPersistable
Inherited Members
Extension Methods

Constructors

RiskPnLRule()

public RiskPnLRule()

Properties

PnL

Profit-loss.

[Display(ResourceType = typeof(LocalizedStrings), Name = "PnL", Description = "PnL", GroupName = "General", Order = 0)]
public Unit PnL { get; set; }

Property Value

Unit

Methods

GetTitle()

Get title.

protected override string GetTitle()

Returns

string

Load(SettingsStorage)

Load settings.

public override void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

ProcessMessage(Message)

To process the trade message.

public override bool ProcessMessage(Message message)

Parameters

message Message

The trade message.

Returns

bool

true, if the rule is activated, otherwise, false.

Reset()

To reset the state.

public override void Reset()

Save(SettingsStorage)

Save settings.

public override void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.