Class SecurityLegsInfoMessage
Security legs result message.
Inheritance
SecurityLegsInfoMessage
Implements
Inherited Members
Namespace: StockSharp.Messages
Assembly: StockSharp.Messages.dll
Syntax
public class SecurityLegsInfoMessage : BaseSubscriptionIdMessage<SecurityLegsInfoMessage>, IExtendableEntity, ISubscriptionIdMessage, IOriginalTransactionIdMessage, IMessage, ICloneable
Constructors
SecurityLegsInfoMessage()
Initialize SecurityLegsInfoMessage.
Declaration
public SecurityLegsInfoMessage()
Properties
DataType
Data type info.
Declaration
public override DataType DataType { get; }
Property Value
Type | Description |
---|---|
DataType |
Overrides
StockSharp.Messages.BaseSubscriptionIdMessage<StockSharp.Messages.SecurityLegsInfoMessage>.DataType
Legs
Security legs.
Declaration
public IDictionary<SecurityId, IEnumerable<SecurityId>> Legs { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<SecurityId, IEnumerable<SecurityId>> |
Methods
CopyTo(SecurityLegsInfoMessage)
Copy the message into the destination
.
Declaration
public override void CopyTo(SecurityLegsInfoMessage destination)
Parameters
Type | Name | Description |
---|---|---|
SecurityLegsInfoMessage | destination |
Overrides
StockSharp.Messages.BaseSubscriptionIdMessage<StockSharp.Messages.SecurityLegsInfoMessage>.CopyTo(StockSharp.Messages.SecurityLegsInfoMessage)
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
StockSharp.Messages.BaseSubscriptionIdMessage<StockSharp.Messages.SecurityLegsInfoMessage>.ToString()