Interface ISecurityTypesMessage
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
The interface for the message containing the securities types.
public interface ISecurityTypesMessage
- Extension Methods
Properties
SecurityType
Security type.
SecurityTypes? SecurityType { get; set; }
Property Value
SecurityTypes
Securities types.
SecurityTypes[] SecurityTypes { get; set; }