Table of Contents

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?

SecurityTypes

Securities types.

SecurityTypes[] SecurityTypes { get; set; }

Property Value

SecurityTypes[]