StrategyStateMessage

StockSharp.Algo.Strategies.Decomposed.StrategyEngine

Internal message for strategy state change requests.

Inherits: Message

Constructors

StrategyStateMessage
public StrategyStateMessage(ProcessStates state)
strategyStateMessage = StrategyStateMessage(state)

Internal message for strategy state change requests.

Properties

RequestedState
public ProcessStates RequestedState { get; }
value = strategyStateMessage.RequestedState

The requested state.

Methods

Clone
public override Message Clone()
result = strategyStateMessage.Clone()

Create a copy of Message.

Returns: Copy.