Table of Contents

Interface IKeySecretAdapter

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

Message adapter, provided Key and Secret properties.

public interface IKeySecretAdapter
Extension Methods

Properties

Key

Key.

SecureString Key { get; set; }

Property Value

SecureString

Secret

Secret.

SecureString Secret { get; set; }

Property Value

SecureString