Class UserLookupMessage
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
Message users lookup for specified criteria.
[DataContract]
public class UserLookupMessage : BaseSubscriptionMessage, ISubscriptionMessage, ITransactionIdMessage, IOriginalTransactionIdMessage, IMessage, ILocalTimeMessage, ICloneable
- Inheritance
-
UserLookupMessage
- Implements
- Inherited Members
- Extension Methods
Constructors
UserLookupMessage()
Initializes a new instance of the UserLookupMessage.
public UserLookupMessage()
Properties
DataType
Data type info.
public override DataType DataType { get; }
Property Value
From
Start date, from which data needs to be retrieved.
[DataMember]
public override DateTimeOffset? From { get; }
Property Value
IsSubscribe
The message is subscription.
[DataMember]
public override bool IsSubscribe { get; }
Property Value
Like
The filter for user search.
[DataMember]
public string Like { get; set; }
Property Value
OriginalTransactionId
ID of the original message TransactionId for which this message is a response.
[DataMember]
public override long OriginalTransactionId { get; }
Property Value
Own
Own.
[DataMember]
public bool Own { get; set; }
Property Value
To
End date, until which data needs to be retrieved.
[DataMember]
public override DateTimeOffset? To { get; }
Property Value
UserId
Identifier.
[DataMember]
public long? UserId { get; set; }
Property Value
- long?
Methods
Clone()
Create a copy of UserLookupMessage.
public override Message Clone()
Returns
- Message
Copy.
CopyTo(UserLookupMessage)
Copy the message into the destination
.
protected UserLookupMessage CopyTo(UserLookupMessage destination)
Parameters
destination
UserLookupMessageThe object, to which copied information.
Returns
- UserLookupMessage
The object, to which copied information.
ToString()
public override string ToString()