Class SecurityLegsRequestMessage
Сообщение запроса ног инструмента.
Implements
Inherited Members
Namespace: StockSharp.Messages
Assembly: StockSharp.Messages.dll
Syntax
public class SecurityLegsRequestMessage : BaseRequestMessage, IExtendableEntity, ISubscriptionMessage, ITransactionIdMessage, IOriginalTransactionIdMessage, IMessage, ICloneable
Constructors
SecurityLegsRequestMessage()
Инициализировать SecurityLegsRequestMessage.
Declaration
public SecurityLegsRequestMessage()
Properties
DataType
Тип данных.
Declaration
public override DataType DataType { get; }
Property Value
Type | Description |
---|---|
DataType |
Overrides
Like
Фильтр поиска инструментов.
Declaration
public string Like { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
Clone()
Создать копию SecurityLegsRequestMessage.
Declaration
public override Message Clone()
Returns
Type | Description |
---|---|
Message | Копия объекта. |