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
IncludeExpired
Include expired securities.
[DataMember]
public bool IncludeExpired { get; set; }
Property Value
OnlySecurityId
Request only SecurityId.
[DataMember]
public bool OnlySecurityId { get; set; }
Property Value
SecurityIds
Security identifiers.
[DataMember]
public SecurityId[] SecurityIds { get; set; }
Property Value
SecurityTypes
Securities types.
[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Type", Description = "SecurityTypeDesc", GroupName = "Options")]
public SecurityTypes[] SecurityTypes { get; set; }
Property Value
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
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
SecurityLookupMessageThe object, to which copied information.
ToString()
public override string ToString()