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()
Initialize SecurityLegsInfoMessage.
public SecurityLegsInfoMessage()
Properties
DataType
Data type info.
public override DataType DataType { get; }
Property Value
Legs
Security legs.
[DataMember]
public IDictionary<SecurityId, IEnumerable<SecurityId>> Legs { get; set; }
Property Value
Methods
CopyTo(SecurityLegsInfoMessage)
Copy the message into the destination
.
public override void CopyTo(SecurityLegsInfoMessage destination)
Parameters
destination
SecurityLegsInfoMessageThe object, to which copied information.
ToString()
public override string ToString()