Table of Contents

Class ChangePassword

Namespace
StockSharp.Micex.Native.Transactions
Assembly
StockSharp.Micex.dll

Смена пароля.

public class ChangePassword : BaseTransaction
Inheritance
ChangePassword
Inherited Members
Extension Methods

Constructors

ChangePassword()

Создать ChangePassword.

public ChangePassword()

Properties

Currentpw

Текущий пароль.

public string Currentpw { get; set; }

Property Value

string

Name

Название транзакции.

public override string Name { get; }

Property Value

string

Newpw

Новый пароль.

public string Newpw { get; set; }

Property Value

string