Table of Contents

Class SecurityLookupMessage

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

Message security lookup for specified criteria.

[DataContract]
public class SecurityLookupMessage : SecurityMessage, ISubscriptionIdMessage, ISecurityIdMessage, ISubscriptionMessage, ITransactionIdMessage, IOriginalTransactionIdMessage, IMessage, ILocalTimeMessage, ICloneable
Inheritance
SecurityLookupMessage
Implements
Inherited Members
Extension Methods

Constructors

SecurityLookupMessage()

Initializes a new instance of the SecurityLookupMessage.

public SecurityLookupMessage()

Properties

Count

Max count.

[DataMember]
public long? Count { get; set; }

Property Value

long?

FillGaps

[DataMember]
public FillGapsDays? FillGaps { get; set; }

Property Value

FillGapsDays?

OnlySecurityId

Request only SecurityId.

[DataMember]
public bool OnlySecurityId { get; set; }

Property Value

bool

SecurityIds

Security identifiers.

[DataMember]
public SecurityId[] SecurityIds { get; set; }

Property Value

SecurityId[]

SecurityTypes

Securities types.

[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Type", Description = "SecurityTypeDesc", GroupName = "Options")]
public SecurityTypes[] SecurityTypes { get; set; }

Property Value

SecurityTypes[]

Skip

Skip count.

[DataMember]
public long? Skip { get; set; }

Property Value

long?

TransactionId

Request identifier.

[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Transaction", Description = "TransactionId", GroupName = "Options")]
public long TransactionId { get; set; }

Property Value

long

Methods

Clone()

Create a copy of SecurityLookupMessage.

public override Message Clone()

Returns

Message

Copy.

CopyTo(SecurityLookupMessage)

Copy the message into the destination.

public void CopyTo(SecurityLookupMessage destination)

Parameters

destination SecurityLookupMessage

The object, to which copied information.

ToString()

public override string ToString()

Returns

string