Table of Contents

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

DataType

From

Start date, from which data needs to be retrieved.

[DataMember]
public override DateTimeOffset? From { get; }

Property Value

DateTimeOffset?

IsSubscribe

The message is subscription.

[DataMember]
public override bool IsSubscribe { get; }

Property Value

bool

Like

The filter for user search.

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

Property Value

string

OriginalTransactionId

ID of the original message TransactionId for which this message is a response.

[DataMember]
public override long OriginalTransactionId { get; }

Property Value

long

Own

Own.

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

Property Value

bool

To

End date, until which data needs to be retrieved.

[DataMember]
public override DateTimeOffset? To { get; }

Property Value

DateTimeOffset?

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 UserLookupMessage

The object, to which copied information.

Returns

UserLookupMessage

The object, to which copied information.

ToString()

public override string ToString()

Returns

string