Table of Contents

Class SecurityLegsRequestMessage

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

Security legs request message.

[DataContract]
public class SecurityLegsRequestMessage : BaseRequestMessage, ISubscriptionMessage, ITransactionIdMessage, IOriginalTransactionIdMessage, IMessage, ILocalTimeMessage, ICloneable
Inheritance
SecurityLegsRequestMessage
Implements
Inherited Members
Extension Methods

Constructors

SecurityLegsRequestMessage()

public SecurityLegsRequestMessage()

Properties

DataType

Data type info.

public override DataType DataType { get; }

Property Value

DataType

Like

The filter for securities search.

[DataMember]
public string Like { get; set; }

Property Value

string

Methods

Clone()

Create a copy of SecurityLegsRequestMessage.

public override Message Clone()

Returns

Message

Copy.