Table of Contents

Class SecurityLegsInfoMessage

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

Security legs result message.

[DataContract]
public class SecurityLegsInfoMessage : BaseSubscriptionIdMessage<SecurityLegsInfoMessage>, IMessage, ILocalTimeMessage, ICloneable, ISubscriptionIdMessage, IOriginalTransactionIdMessage
Inheritance
SecurityLegsInfoMessage
Implements
Inherited Members
Extension Methods

Constructors

SecurityLegsInfoMessage()

public SecurityLegsInfoMessage()

Properties

DataType

Data type info.

public override DataType DataType { get; }

Property Value

DataType

Legs

Security legs.

[DataMember]
public IDictionary<SecurityId, IEnumerable<SecurityId>> Legs { get; set; }

Property Value

IDictionary<SecurityId, IEnumerable<SecurityId>>

Methods

CopyTo(SecurityLegsInfoMessage)

Copy the message into the destination.

public override void CopyTo(SecurityLegsInfoMessage destination)

Parameters

destination SecurityLegsInfoMessage

The object, to which copied information.

ToString()

public override string ToString()

Returns

string