Table of Contents

Interface IStrategiesDashboardItem

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

Row item for StrategiesDashboard.

public interface IStrategiesDashboardItem : IDisposable
Inherited Members
Extension Methods

Properties

ClosePositionCommand

Close position for selected strategy command.

ICommand ClosePositionCommand { get; }

Property Value

ICommand

Error

Last error.

Exception Error { get; }

Property Value

Exception

IsFormed

Formed.

bool IsFormed { get; }

Property Value

bool

IsOnline

Online.

bool IsOnline { get; }

Property Value

bool

Name

Display name.

string Name { get; }

Property Value

string

OpenCommand

Open strategy.

ICommand OpenCommand { get; }

Property Value

ICommand

OrdersCount

Total number of orders.

int OrdersCount { get; }

Property Value

int

PnLChange

P&L change.

decimal PnLChange { get; }

Property Value

decimal

PnLValues

P&L values.

IList<Tuple<DateTime, decimal>> PnLValues { get; }

Property Value

IList<Tuple<DateTime, decimal>>

Portfolio

Portfolio.

Portfolio Portfolio { get; set; }

Property Value

Portfolio

Position

Position.

decimal Position { get; }

Property Value

decimal

ProcessState

Process state.

ProcessStates ProcessState { get; }

Property Value

ProcessStates

RiskRulesCommand

Risk management for selected strategy command.

ICommand RiskRulesCommand { get; }

Property Value

ICommand

Security

Security.

Security Security { get; set; }

Property Value

Security

SettingsCommand

Settings for selected strategy command.

ICommand SettingsCommand { get; }

Property Value

ICommand

StartCommand

Start strategy command.

ICommand StartCommand { get; }

Property Value

ICommand

StopCommand

Stop strategy command.

ICommand StopCommand { get; }

Property Value

ICommand

TradesCount

Total number of trades.

int TradesCount { get; }

Property Value

int

TradingMode

Trading mode.

StrategyTradingModes TradingMode { get; set; }

Property Value

StrategyTradingModes