Table of Contents

Class PortfolioLookupMessage

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

Message portfolio lookup for specified criteria.

[DataContract]
public class PortfolioLookupMessage : PortfolioMessage, ISubscriptionIdMessage, ISubscriptionMessage, ITransactionIdMessage, IOriginalTransactionIdMessage, IMessage, ILocalTimeMessage, ICloneable, IPortfolioNameMessage, INullableSecurityIdMessage, IStrategyIdMessage
Inheritance
PortfolioLookupMessage
Implements
Inherited Members
Extension Methods

Constructors

PortfolioLookupMessage()

Initializes a new instance of the PortfolioLookupMessage.

public PortfolioLookupMessage()

Properties

DataType

Data type info.

public override DataType DataType { get; }

Property Value

DataType

SecurityId

Security ID.

[TypeConverter(typeof(StringToSecurityIdTypeConverter))]
public SecurityId? SecurityId { get; set; }

Property Value

SecurityId?

Side

Side.

[DataMember]
public Sides? Side { get; set; }

Property Value

Sides?

StrategyId

Strategy id.

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

Property Value

string

Methods

Clone()

Create a copy of PortfolioLookupMessage.

public override Message Clone()

Returns

Message

Copy.

CopyTo(PortfolioLookupMessage)

Copy the message into the destination.

protected virtual void CopyTo(PortfolioLookupMessage destination)

Parameters

destination PortfolioLookupMessage

The object, to which copied information.

ToString()

public override string ToString()

Returns

string