IStrategiesDashboardItem

StockSharp.Xaml

Row item for StrategiesDashboard.

实现: IDisposable

属性

ClosePositionCommand : ICommand

Close position for selected strategy command.

Error : Exception

Last error.

IsFormed : bool

Formed.

IsOnline : bool

Online.

Name : string

Display name.

OpenCommand : ICommand

Open strategy.

OrdersCount : int

Total number of orders.

PnLChange : decimal

P&L change.

PnLRealized : decimal

P&L realized.

PnLUnrealized : decimal

P&L unrealized.

PnLValues : IList<Tuple<DateTime, decimal>>

P&L values.

Portfolio : Portfolio

Portfolio.

Position : decimal

Position.

ProcessState : ProcessStates

Process state.

RiskRulesCommand : ICommand

Risk management for selected strategy command.

Security : Security

Security.

SettingsCommand : ICommand

Settings for selected strategy command.

StartCommand : ICommand

Start strategy command.

StopCommand : ICommand

Stop strategy command.

TradesCount : int

Total number of trades.