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
SecurityId
Security ID.
[TypeConverter(typeof(StringToSecurityIdTypeConverter))]
public SecurityId? SecurityId { get; set; }
Property Value
Side
Side.
[DataMember]
public Sides? Side { get; set; }
Property Value
StrategyId
Strategy id.
[DataMember]
public string StrategyId { get; set; }
Property Value
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
PortfolioLookupMessageThe object, to which copied information.
ToString()
public override string ToString()