Interface IStrategyIdMessage
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
The interface describing an message with StrategyId property.
public interface IStrategyIdMessage
- Extension Methods
Properties
StrategyId
Strategy id.
string StrategyId { get; }