Interface ISystemMessage
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
The interface describing an message with IsSystem property.
public interface ISystemMessage
- Extension Methods
Properties
IsSystem
Is a system.
bool? IsSystem { get; }
Property Value
- bool?
Status
System status.
long? Status { get; }
Property Value
- long?