Table of Contents

Interface ILoginPasswordAdapter

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

Message adapter, provided Login and Password properties.

public interface ILoginPasswordAdapter
Extension Methods

Properties

Login

Login.

string Login { get; set; }

Property Value

string

Password

Password.

SecureString Password { get; set; }

Property Value

SecureString