Table of Contents

Class ChangePasswordMessage

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

Change password message.

[DataContract]
public class ChangePasswordMessage : BaseResultMessage<ChangePasswordMessage>, IMessage, ILocalTimeMessage, ICloneable, IOriginalTransactionIdMessage, ITransactionIdMessage, IErrorMessage
Inheritance
ChangePasswordMessage
Implements
Derived
Inherited Members
Extension Methods

Constructors

ChangePasswordMessage()

Initializes a new instance of the ChangePasswordMessage.

public ChangePasswordMessage()

ChangePasswordMessage(MessageTypes)

protected ChangePasswordMessage(MessageTypes type)

Parameters

type MessageTypes

Message type.

Properties

Error

Error info.

[DataMember]
public Exception Error { get; set; }

Property Value

Exception

NewPassword

New password.

[DataMember]
public SecureString NewPassword { get; set; }

Property Value

SecureString

OldPassword

Old password.

[DataMember]
public SecureString OldPassword { get; set; }

Property Value

SecureString

TransactionId

Request identifier.

[DataMember]
public long TransactionId { get; set; }

Property Value

long

UserName

User name.

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

Property Value

string

Methods

CopyTo(ChangePasswordMessage)

Copy the message into the destination.

protected override void CopyTo(ChangePasswordMessage destination)

Parameters

destination ChangePasswordMessage

The object, to which copied information.

ToString()

public override string ToString()

Returns

string