Interface IGeneratedMessage
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
The interface describing an message with BuildFrom property.
public interface IGeneratedMessage
- Extension Methods
Properties
BuildFrom
Determines the message is generated from the specified DataType.
DataType BuildFrom { get; set; }